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
121 stars 43 forks source link

Export OpenCensus metrics to Stackdriver #118

Closed knyar closed 5 years ago

knyar commented 5 years ago

Currently OpenCensus metrics are only exposed to Prometheus for scraping. This adds a flag that also makes them reported to Stackdriver.

CC @jkohen who owns #8 this is probably related to.

knyar commented 5 years ago

That means that this PR will only get you select metrics into Stackdriver.

That's exactly what I'd like to achieve. I am working on another PR that will add a few OpenCensus metrics, so just wanted to make sure there's a way to get them reported to Stackdriver, not just Prometheus.