opentelemetry-helm-charts icon indicating copy to clipboard operation
opentelemetry-helm-charts copied to clipboard

Scraping Collector Metrics when using Operator Deployment Model

Open initharrington opened this issue 2 years ago • 1 comments
trafficstars

Question: How I should expose the collector serviceMonitor metrics & prometheusRules when using the Operator helm chart?

need: https://github.com/open-telemetry/opentelemetry-helm-charts/blob/main/charts/opentelemetry-collector/templates/prometheusrule.yaml

when using: https://github.com/open-telemetry/opentelemetry-helm-charts/tree/main/charts/opentelemetry-operator

Am I missing something obvious?

initharrington avatar Jan 25 '23 22:01 initharrington

@initharrington At the moment that is not possible as the 2 charts are separate. Currently, if you're not using the collector chart you have to supply those resources yourself.

TylerHelmuth avatar Jan 25 '23 22:01 TylerHelmuth