Stackdriver / stackdriver-prometheus-sidecar

A sidecar for the Prometheus server that can send metrics to Stackdriver.
https://cloud.google.com/monitoring/kubernetes-engine/prometheus
Apache License 2.0
120 stars 43 forks source link

No resource labels(cluster name/location) are associated to custom metrics pushed by `stackdriver-prometheus-sidecar` #216

Closed Inkdpixels closed 4 years ago

Inkdpixels commented 4 years ago

Our custom metrics propagated to stackdriver do not hold the cluster_name metric even though the argument is provided to the stackdriver-prometheus-sidecar

Versions in use are:

The debug log leaves us without any hints, e.g. nothing in regards to the custom metrics are being logged except for logs of the queue_manager component, any idea what might be wrong here?

Inkdpixels commented 4 years ago

Nevermind this, it seems like the labels are only visible when selecting the correct resource type in the stackdriver interface.