mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-01 14:47:38 +00:00
docs/guides: follow-up after 05a1396247
This commit is contained in:
parent
8d26b0f3f5
commit
cea79d2013
2 changed files with 3 additions and 3 deletions
|
@ -234,7 +234,7 @@ scrape_configs:
|
||||||
```
|
```
|
||||||
|
|
||||||
* `remoteWriteUrls: - http://vmcluster-victoria-metrics-cluster-vminsert.default.svc.cluster.local:8480/insert/0/prometheus/` configures `vmagent` to write scraped metrics to the `vmselect service`.
|
* `remoteWriteUrls: - http://vmcluster-victoria-metrics-cluster-vminsert.default.svc.cluster.local:8480/insert/0/prometheus/` configures `vmagent` to write scraped metrics to the `vmselect service`.
|
||||||
* The `metric_ralabel_configs` section allows you to process Kubernetes metrics for the Grafana dashboard.
|
* The `metric_relabel_configs` section allows you to process Kubernetes metrics for the Grafana dashboard.
|
||||||
|
|
||||||
|
|
||||||
Verify that `vmagent`'s pod is up and running by executing the following command:
|
Verify that `vmagent`'s pod is up and running by executing the following command:
|
||||||
|
|
|
@ -415,7 +415,7 @@ config:
|
||||||
```
|
```
|
||||||
|
|
||||||
* By adding `remoteWriteUrls: - http://vmcluster-victoria-metrics-cluster-vminsert.default.svc.cluster.local:8480/insert/0/prometheus/` we configuring [vmagent](https://docs.victoriametrics.com/vmagent.html) to write scraped metrics into the `vmselect service`.
|
* By adding `remoteWriteUrls: - http://vmcluster-victoria-metrics-cluster-vminsert.default.svc.cluster.local:8480/insert/0/prometheus/` we configuring [vmagent](https://docs.victoriametrics.com/vmagent.html) to write scraped metrics into the `vmselect service`.
|
||||||
* The second part of this yaml file is needed to add the `metric_ralabel_configs` section that helps us to show Kubernetes metrics on the Grafana dashboard.
|
* The second part of this yaml file is needed to add the `metric_relabel_configs` section that helps us to show Kubernetes metrics on the Grafana dashboard.
|
||||||
|
|
||||||
|
|
||||||
Verify that `vmagent`'s pod is up and running by executing the following command:
|
Verify that `vmagent`'s pod is up and running by executing the following command:
|
||||||
|
|
Loading…
Reference in a new issue