From fe421e721571b25aa840cefac9951ca20843f12d Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Mon, 1 Jun 2020 15:19:03 -0700 Subject: [PATCH] Fix typo --- .../en/cluster-admin/tools/monitoring/prometheus/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/rancher/v2.x/en/cluster-admin/tools/monitoring/prometheus/_index.md b/content/rancher/v2.x/en/cluster-admin/tools/monitoring/prometheus/_index.md index 3f10bb0efa9..319a0c6ee2f 100644 --- a/content/rancher/v2.x/en/cluster-admin/tools/monitoring/prometheus/_index.md +++ b/content/rancher/v2.x/en/cluster-admin/tools/monitoring/prometheus/_index.md @@ -40,9 +40,9 @@ When enabling persistent storage for Prometheus or Grafana, specify the size of ## Remote Storage ->**Prerequisite:** Need a remote storage endpoint to be available. The possible list of integratinos is available [here](https://prometheus.io/docs/operating/integrations/) +>**Prerequisite:** Need a remote storage endpoint to be available. The possible list of integrations is available [here](https://prometheus.io/docs/operating/integrations/) -Using advanced options the users can specify remote storage integration for the prometheus installation as follows: +Using advanced options, remote storage integration for the Prometheus installation can be configured as follows: ``` prometheus.remoteWrite[0].url = http://remote1/push @@ -60,4 +60,4 @@ prometheus.remoteRead[1].remoteTimeout = 33s prometheus.remoteRead[1].readRecent = true ``` -Additional fields can be set up based on the [ReadSpec](https://github.com/coreos/prometheus-operator/blob/master/Documentation/api.md#remotereadspec) and [RemoteWriteSpec](https://github.com/coreos/prometheus-operator/blob/master/Documentation/api.md#remotewritespec) \ No newline at end of file +Additional fields can be set up based on the [ReadSpec](https://github.com/coreos/prometheus-operator/blob/master/Documentation/api.md#remotereadspec) and [RemoteWriteSpec](https://github.com/coreos/prometheus-operator/blob/master/Documentation/api.md#remotewritespec)