From b434be3d2d6651291c7291b90e690bbb716e0296 Mon Sep 17 00:00:00 2001 From: Dmitry Tolstoy <33700018+7olstoy@users.noreply.github.com> Date: Mon, 10 Jan 2022 17:24:41 +0300 Subject: [PATCH] docs: Correct config URL (#2051) Missed /guides folder --- docs/guides/getting-started-with-vm-operator.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/getting-started-with-vm-operator.md b/docs/guides/getting-started-with-vm-operator.md index b63f35e22..365287de5 100644 --- a/docs/guides/getting-started-with-vm-operator.md +++ b/docs/guides/getting-started-with-vm-operator.md @@ -148,7 +148,7 @@ vminsert-example-vmcluster-persistent ClusterIP 10.107.47.136 ``` To scrape metrics from Kubernetes with a VictoriaMetrics Cluster we will need to install [VMAgent](https://docs.victoriametrics.com/vmagent.html) with some additional configurations. -Copy `vminsert-example-vmcluster-persistent` (or whatever user put into metadata.name field [https://docs.victoriametrics.com/getting-started-with-vm-operator.html#example-cluster-config](https://docs.victoriametrics.com/getting-started-with-vm-operator.html#example-cluster-config)) service name and add it to the `remoteWrite` URL from [quick-start example](https://github.com/VictoriaMetrics/operator/blob/master/docs/quick-start.MD#vmagent). +Copy `vminsert-example-vmcluster-persistent` (or whatever user put into metadata.name field [https://docs.victoriametrics.com/guides/getting-started-with-vm-operator.html#example-cluster-config](https://docs.victoriametrics.com/guides/getting-started-with-vm-operator.html#example-cluster-config)) service name and add it to the `remoteWrite` URL from [quick-start example](https://github.com/VictoriaMetrics/operator/blob/master/docs/quick-start.MD#vmagent). Here is an example of the full configuration that we need to apply:
@@ -314,4 +314,4 @@ The expected output is: ## 6. Summary * We set up Kubernetes Operator for VictoriaMetrics with using CRD. -* We collected metrics from all running services and stored them in the VictoriaMetrics database. \ No newline at end of file +* We collected metrics from all running services and stored them in the VictoriaMetrics database.