From 8469670fb279e3a49b1ae7ec715ab0758cfe630f Mon Sep 17 00:00:00 2001 From: Dmytro Kozlov Date: Wed, 5 Oct 2022 14:19:41 +0300 Subject: [PATCH] docs: add cardinality explorer blog post (#3198) docs: add cardinality explorer blog post --- docs/Articles.md | 1 + docs/README.md | 2 +- docs/Single-server-VictoriaMetrics.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/Articles.md b/docs/Articles.md index ff9e26c4e1..61996462a9 100644 --- a/docs/Articles.md +++ b/docs/Articles.md @@ -104,6 +104,7 @@ See also [case studies](https://docs.victoriametrics.com/CaseStudies.html). * [How to use relabeling in Prometheus and VictoriaMetrics](https://valyala.medium.com/how-to-use-relabeling-in-prometheus-and-victoriametrics-8b90fc22c4b2) * [How to monitor Go applications with VictoriaMetrics](https://victoriametrics.medium.com/how-to-monitor-go-applications-with-victoriametrics-c04703110870) * [Prometheus storage: tech terms for humans](https://valyala.medium.com/prometheus-storage-technical-terms-for-humans-4ab4de6c3d48) +* [Cardinality explorer](https://victoriametrics.com/blog/cardinality-explorer/) ### Other articles diff --git a/docs/README.md b/docs/README.md index 845eea2b97..a786f1b2bc 100644 --- a/docs/README.md +++ b/docs/README.md @@ -312,7 +312,7 @@ matching the specified [series selector](https://prometheus.io/docs/prometheus/l Cardinality explorer is built on top of [/api/v1/status/tsdb](#tsdb-stats). See [cardinality explorer playground](https://play.victoriametrics.com/select/accounting/1/6a716b0f-38bc-4856-90ce-448fd713e3fe/prometheus/graph/#/cardinality). - +See the example of using the cardinality explorer [here](https://victoriametrics.com/blog/cardinality-explorer/). ## How to apply new config to VictoriaMetrics diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index da3e76d279..026899c594 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -315,7 +315,7 @@ matching the specified [series selector](https://prometheus.io/docs/prometheus/l Cardinality explorer is built on top of [/api/v1/status/tsdb](#tsdb-stats). See [cardinality explorer playground](https://play.victoriametrics.com/select/accounting/1/6a716b0f-38bc-4856-90ce-448fd713e3fe/prometheus/graph/#/cardinality). - +See the example of using the cardinality explorer [here](https://victoriametrics.com/blog/cardinality-explorer/). ## How to apply new config to VictoriaMetrics