GoogleCloudPlatform / opentelemetry-demo

Apache License 2.0
11 stars 6 forks source link

Report self metrics to Cloud Monitoring #115

Open ridwanmsharif opened 1 week ago

ridwanmsharif commented 1 week ago

Feature Request

We have a receiver already that collects the self metrics, but we never use them in the OTel pipelines: https://github.com/GoogleCloudPlatform/opentelemetry-demo/blob/d025ae76de15747e422aff84cf479526cd971823/kubernetes/opentelemetry-demo.yaml#L144-L151

We should send these metrics to GMP as well.

cc @quentinmit @damemi

damemi commented 1 week ago

Interesting, I thought this was maybe our mistake in the fork but the upstream demo also has this prometheus receiver defined without adding it to the metrics pipeline. Maybe that's a deployment option? Could be worth an upstream issue