You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `ServiceMonitor` object is the one that enables Prometheus to scrape the metrics produced by Autopilot.
96
+
In order for Prometheus to find the right objects, the `ServiceMonitor` needs to be annotated with the Prometheus' release name. It is usually `prometheus`, and that's the default added in the Autopilot release.
97
+
If that is not the case in your cluster, the correct release label can be found by checking in the `ServiceMonitor` of Prometheus itself, or the name of Prometheus helm chart.
98
+
Then, Autopilot's `ServiceMonitor` can be labeled with the following command
The `ServiceMonitor` object is the one that enables Prometheus to scrape the metrics produced by Autopilot.
185
+
In order for Prometheus to find the right objects, the `ServiceMonitor` needs to be annotated with the Prometheus' release name. It is usually `prometheus`, and that's the default added in the Autopilot release.
186
+
If that is not the case in your cluster, the correct release label can be found by checking in the `ServiceMonitor` of Prometheus itself, or the name of Prometheus helm chart.
187
+
Then, Autopilot's `ServiceMonitor` can be labeled with the following command
0 commit comments