mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +00:00
docs: mention stream aggregation in churn rate section
Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
parent
f2c1d30011
commit
fbdaba4f8c
1 changed files with 2 additions and 1 deletions
|
@ -338,7 +338,8 @@ The main reason for high churn rate is a metric label with frequently changed va
|
|||
* A `hash` or `uuid` label, which changes frequently.
|
||||
|
||||
The solution against high churn rate is to identify and eliminate labels with frequently changed values.
|
||||
[Cardinality explorer](https://docs.victoriametrics.com/#cardinality-explorer) can help determining these labels.
|
||||
[Cardinality explorer](https://docs.victoriametrics.com/#cardinality-explorer) can help determining these labels. If labels can't be removed, try pre-aggregating data
|
||||
before it gets ingested into database with [stream aggregation](https://docs.victoriametrics.com/stream-aggregation/).
|
||||
|
||||
The official Grafana dashboards for VictoriaMetrics contain graphs for churn rate - see [these docs](https://docs.victoriametrics.com/#monitoring) for details.
|
||||
|
||||
|
|
Loading…
Reference in a new issue