opentelemetry-helm-charts
opentelemetry-helm-charts copied to clipboard
Scraping Collector Metrics when using Operator Deployment Model
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 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.