Skip to content

Commit b46927f

Browse files
authored
Merge pull request #8 from riccardomc/fix-readme-pod-monitor-link
README.md: fix link to pod-monitor manifest
2 parents 4e2b931 + fcf8443 commit b46927f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ First, deploy one instance of this example application, which listens and expose
1212

1313
Then, in order for Prometheus to be able to discover and scrape these metrics, in this repository we provide [Pod Monitor][prometheus-operator-crd] custom resource as an example. For that, Prometheus Operator needs to be running in the cluster. To install it, follow this guide: [quickstart][prometheus-operator-quickstart].
1414

15-
For this example application, [PodMonitor manifest](manifests/deployment.yaml) describes how the metrics can be discovered and scrapped by Prometheus.
15+
For this example application, [PodMonitor manifest](manifests/pod-monitor.yaml) describes how the metrics can be discovered and scrapped by Prometheus.
1616

1717
[prometheus]:https://prometheus.io/
1818
[client-golang]:https://github.com/prometheus/client_golang

0 commit comments

Comments
 (0)