Aliaksandr Valialkin
|
724223fad4
|
lib/prompbmarshal: move WriteRequest proto definition to the correct place
|
2024-01-16 21:57:03 +02:00 |
|
Aliaksandr Valialkin
|
d566aa7d78
|
lib/prompbmarshal: switch to github.com/VictoriaMetrics/easyproto
|
2024-01-16 20:48:30 +02:00 |
|
Aliaksandr Valialkin
|
d962568e93
|
all: use %w instead of %s for wrapping errors in fmt.Errorf
This will simplify examining the returned errors such as httpserver.ErrorWithStatusCode .
See https://blog.golang.org/go1.13-errors for details.
|
2020-06-30 23:33:46 +03:00 |
|
Aliaksandr Valialkin
|
3b0f66a227
|
app/vmagent: fix a bug with improper relabeling when multiple -remoteWrite.urlRelableConfig args are set
This bug could result in incorrect relabeling and metrics' drop.
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/467
|
2020-05-12 22:03:45 +03:00 |
|
Aliaksandr Valialkin
|
7ee7614e90
|
app/vmagent: initial implementation for vmagent
|
2020-02-23 17:31:54 +02:00 |
|