docs/CHANGELOG.md: mention that /tags/delSeries handler is supported after f0c207fae2

This commit is contained in:
Aliaksandr Valialkin 2020-11-24 12:29:24 +02:00
parent dad8b76a0e
commit 284d805895

View File

@ -18,6 +18,7 @@ See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/851
at the rate exceeding the given limit. See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/905#issuecomment-729395855
* FEATURE: add remoteAddr to slow query log in order to simplify identifying the client that sends slow queries to VictoriaMetrics.
Slow query logging is controlled with `-search.logSlowQueryDuration` command-line flag.
* FEATURE: add `/tags/delSeries` handler from Graphite Tags API. See https://victoriametrics.github.io/#graphite-tags-api-usage
* BUGFIX: properly parse Prometheus metrics with [exemplars](https://github.com/OpenObservability/OpenMetrics/blob/master/OpenMetrics.md#exemplars-1) such as `foo 123 # {bar="baz"} 1`.