diff --git a/changelogs/unreleased/6269-sunjayBhatia-minor.md b/changelogs/unreleased/6269-sunjayBhatia-minor.md index 403d49c78f1..4d0b0a2f6cc 100644 --- a/changelogs/unreleased/6269-sunjayBhatia-minor.md +++ b/changelogs/unreleased/6269-sunjayBhatia-minor.md @@ -1,4 +1,4 @@ ## Update examples for monitoring Contour and Envoy -Updates the documentation and examples for deploying a monitoring stack (Prometheus and Grafana) to scrape metrics from Contour and Envoy. +Updates the [documentation](https://projectcontour.io/docs/main/guides/prometheus/) and examples for deploying a monitoring stack (Prometheus and Grafana) to scrape metrics from Contour and Envoy. Adds a metrics port to the Envoy DaemonSet/Deployment in the example YAMLs to expose port `8002` so that `PodMonitor` resources can be used to find metrics endpoints. diff --git a/site/content/docs/main/guides/prometheus.md b/site/content/docs/main/guides/prometheus.md index a07214bdae0..fc7e83d3328 100644 --- a/site/content/docs/main/guides/prometheus.md +++ b/site/content/docs/main/guides/prometheus.md @@ -4,10 +4,6 @@ title: Collecting Metrics with Prometheus -Contour and Envoy expose metrics that can be scraped with Prometheus. By -default, annotations to gather them are in all the `deployment` yamls and they -should work out of the box with most configurations. - ## Envoy Metrics Envoy typically [exposes metrics](https://www.envoyproxy.io/docs/envoy/v1.15.0/configuration/http/http_conn_man/stats#config-http-conn-man-stats) through an endpoint on its admin interface. To