add info about using stream aggregation as statsd alternative (#4600) (#4621)

Signed-off-by: Alexander Marshalov <_@marshalov.org>
This commit is contained in:
Alexander Marshalov 2023-07-12 16:53:25 +02:00 committed by Aliaksandr Valialkin
parent d8b8fc0343
commit 7a5e5f6a89
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -65,6 +65,9 @@ Stream aggregation can be used as [statsd](https://github.com/statsd/statsd) alt
* [Quantiles over input metrics](#quantiles-over-input-metrics)
* [Histograms over input metrics](#histograms-over-input-metrics)
Currently, streamin aggregation is available only for [supported data ingestion protocols](https://docs.victoriametrics.com/#how-to-import-time-series-data)
and not available for [Statsd metrics format](https://github.com/statsd/statsd/blob/master/docs/metric_types.md).
### Recording rules alternative
Sometimes [alerting queries](https://docs.victoriametrics.com/vmalert.html#alerting-rules) may require non-trivial amounts of CPU, RAM,