mirror of
https://github.com/coreos/prometheus-operator.git
synced 2026-02-05 06:45:27 +01:00
Merge pull request #1759 from bhavin192/helm-readme-typo
helm: fix typo in prometheus README.md
This commit is contained in:
@@ -101,7 +101,7 @@ Custom service monitors can be added in values.yaml in the `serviceMonitors` sec
|
||||
#### Example service monitor
|
||||
|
||||
|
||||
This example Service Monitor will monitor applications matching `app: nginx-ingress`. The port `metrics` will be scraped with the path `/merics`. The endpoint will be scraped every 30 seconds.
|
||||
This example Service Monitor will monitor applications matching `app: nginx-ingress`. The port `metrics` will be scraped with the path `/metrics`. The endpoint will be scraped every 30 seconds.
|
||||
|
||||
```
|
||||
serviceMonitors:
|
||||
|
||||
Reference in New Issue
Block a user