VictoriaMetrics/app/vmalert/remotewrite
Aliaksandr Valialkin 063ea8c773
app/vmalert/remotewrite: properly calculate vmalert_remotewrite_dropped_rows_total
It was calculating the number of dropped time series instead of the number of dropped samples.

While at it, drop vmalert_remotewrite_dropped_bytes_total metric, since it was inconsistently calculated -
at one place it was calculating raw protobuf-encoded sample sizes, while at another place it was calculating
the size of snappy-compressed prompbmarshal.WriteRequest protobuf message.
Additionally, this metric has zero practical sense, so just drop it in order to reduce the level of confusion.
2024-01-16 20:47:13 +02:00
..
client_test.go lib/prompb: switch to github.com/VictoriaMetrics/easyproto 2024-01-16 20:43:09 +02:00
client.go app/vmalert/remotewrite: properly calculate vmalert_remotewrite_dropped_rows_total 2024-01-16 20:47:13 +02:00
debug_client_test.go vmalert-tool: implement unittest (#4789) 2023-10-16 14:12:06 +02:00
debug_client.go vmalert-tool: implement unittest (#4789) 2023-10-16 14:12:06 +02:00
init_test.go Vmalert tests (#3975) 2023-03-17 16:16:13 -07:00
init.go app/{vmagent,vmalert}: add the ability to set OAuth2 endpoint params via the corresponding *.oauth2.endpointParams command-line flags 2023-12-20 21:38:16 +02:00
remotewrite.go vmalert-tool: implement unittest (#4789) 2023-10-16 14:12:06 +02:00