remove deprecated zmon aggregators in README

Signed-off-by: ☃ pitr <peter.vernigorov@zalando.de>
This commit is contained in:
☃ pitr
2021-07-26 11:14:27 +02:00
parent 1d4beab7a4
commit c626f414db

View File

@ -587,8 +587,8 @@ For instance if you define the entity filter
then you might want to get an average over the metrics for those three then you might want to get an average over the metrics for those three
entities. This would be possible by using the `avg` aggregator. The default entities. This would be possible by using the `avg` aggregator. The default
aggregator is `last` which returns only the latest metric point from the aggregator is `last` which returns only the latest metric point from the
query. The supported aggregation functions are `avg`, `dev`, `count`, query. The supported aggregation functions are `avg`, `count`,
`first`, `last`, `max`, `min`, `sum`, `diff`. See the [KariosDB docs](https://kairosdb.github.io/docs/build/html/restapi/Aggregators.html) for `last`, `max`, `min`, `sum`, `diff`. See the [KariosDB docs](https://kairosdb.github.io/docs/build/html/restapi/Aggregators.html) for
details. details.
The `duration` defines the duration used for the timeseries query. E.g. if you The `duration` defines the duration used for the timeseries query. E.g. if you