James
James
Also cannot get this to work :( ```yaml apiVersion: monitoring.coreos.com/v1 kind: PodMonitor metadata: annotations: meta.helm.sh/release-name: prometheus-process-exporter meta.helm.sh/release-namespace: telemetry creationTimestamp: "2020-12-14T12:59:24Z" generation: 3 labels: app.kubernetes.io/instance: prometheus-process-exporter app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: prometheus-process-exporter app.kubernetes.io/version:...
@paulfantom here are the values: ```yaml podMonitorNamespaceSelector: {} podMonitorSelector: matchLabels: release: prometheus-operator ``` So I guess the second of these is the problem? It is only going to consider pod...
From my interpretation of the docs [here](https://github.com/kubernetes-sigs/prometheus-adapter/blob/master/docs/externalmetrics.md#namespacing), this is because k8s requires the resource to be namespaced, so it cannot report `"namespaced": false` However, that does not mean the namespace...