From ddc3f0c5c5d91e540c6c7f354af3124c32fb8d71 Mon Sep 17 00:00:00 2001 From: Roman Khavronenko Date: Fri, 12 May 2023 10:58:22 +0200 Subject: [PATCH] docs: mention link to public relabeling playground (#4306) Signed-off-by: hagen1778 --- docs/README.md | 5 +++-- docs/Single-server-VictoriaMetrics.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index 136512dad..4da2431b6 100644 --- a/docs/README.md +++ b/docs/README.md @@ -317,7 +317,7 @@ The UI allows exploring query results via graphs and tables. It also provides th - Tools: - [Trace analyzer](#query-tracing) - playground for loading query traces in JSON format; - [WITH expressions playground](https://play.victoriametrics.com/select/accounting/1/6a716b0f-38bc-4856-90ce-448fd713e3fe/prometheus/graph/#/expand-with-exprs) - test how WITH expressions work; - - [Metric relabel debugger](#relabeling) - playground for [relabeling](https://docs.victoriametrics.com/#relabeling) configs. + - [Metric relabel debugger](https://play.victoriametrics.com/select/accounting/1/6a716b0f-38bc-4856-90ce-448fd713e3fe/prometheus/graph/#/relabeling) - playground for [relabeling](#relabeling) configs. VMUI automatically switches from graph view to heatmap view when the query returns [histogram](https://docs.victoriametrics.com/keyConcepts.html#histogram) buckets (both [Prometheus histograms](https://prometheus.io/docs/concepts/metric_types/#histogram) @@ -1355,7 +1355,8 @@ Example contents for `-relabelConfig` file: VictoriaMetrics provides additional relabeling features such as Graphite-style relabeling. See [these docs](https://docs.victoriametrics.com/vmagent.html#relabeling) for more details. -The relabeling can be debugged at `http://victoriametrics:8428/metric-relabel-debug` page. +The relabeling can be debugged at `http://victoriametrics:8428/metric-relabel-debug` page +or at our [public playground](https://play.victoriametrics.com/select/accounting/1/6a716b0f-38bc-4856-90ce-448fd713e3fe/prometheus/graph/#/relabeling). See [these docs](https://docs.victoriametrics.com/vmagent.html#relabel-debug) for more details. diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index 1a166e9e6..6bd0f45c0 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -320,7 +320,7 @@ The UI allows exploring query results via graphs and tables. It also provides th - Tools: - [Trace analyzer](#query-tracing) - playground for loading query traces in JSON format; - [WITH expressions playground](https://play.victoriametrics.com/select/accounting/1/6a716b0f-38bc-4856-90ce-448fd713e3fe/prometheus/graph/#/expand-with-exprs) - test how WITH expressions work; - - [Metric relabel debugger](#relabeling) - playground for [relabeling](https://docs.victoriametrics.com/#relabeling) configs. + - [Metric relabel debugger](https://play.victoriametrics.com/select/accounting/1/6a716b0f-38bc-4856-90ce-448fd713e3fe/prometheus/graph/#/relabeling) - playground for [relabeling](#relabeling) configs. VMUI automatically switches from graph view to heatmap view when the query returns [histogram](https://docs.victoriametrics.com/keyConcepts.html#histogram) buckets (both [Prometheus histograms](https://prometheus.io/docs/concepts/metric_types/#histogram) @@ -1358,7 +1358,8 @@ Example contents for `-relabelConfig` file: VictoriaMetrics provides additional relabeling features such as Graphite-style relabeling. See [these docs](https://docs.victoriametrics.com/vmagent.html#relabeling) for more details. -The relabeling can be debugged at `http://victoriametrics:8428/metric-relabel-debug` page. +The relabeling can be debugged at `http://victoriametrics:8428/metric-relabel-debug` page +or at our [public playground](https://play.victoriametrics.com/select/accounting/1/6a716b0f-38bc-4856-90ce-448fd713e3fe/prometheus/graph/#/relabeling). See [these docs](https://docs.victoriametrics.com/vmagent.html#relabel-debug) for more details.