Open tjmullicani opened 3 months ago
The Helm chart hard-codes the ServiceMonitor apiVersion to monitoring.coreos.com/v1. This should be configurable using a variable, as Microsoft Azure Prometheus uses azmonitoring.coreos.com/v1 instead (https://learn.microsoft.com/en-us/azure/azure-monitor/containers/prometheus-metrics-scrape-crd#example-pod-monitor).
monitoring.coreos.com/v1
azmonitoring.coreos.com/v1
This issue is stale because it has been labeled with inactivity.
The Helm chart hard-codes the ServiceMonitor apiVersion to
monitoring.coreos.com/v1
. This should be configurable using a variable, as Microsoft Azure Prometheus usesazmonitoring.coreos.com/v1
instead (https://learn.microsoft.com/en-us/azure/azure-monitor/containers/prometheus-metrics-scrape-crd#example-pod-monitor).