Replies: 1 comment
-
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Component(s)
exporter/prometheus
Describe the issue you're reporting
Could you please provide the configuration for Prometheus scraping the Open Telemetry Collector Metrics from Values.Yaml.
The following solution from Daemonset works fine. Is this the only option? Can we have changes in Values.yaml file like setting up the pipeline and avoid changes in Daemon set?
If yes, could you please provide the configuration for Values.yaml file.
template:
metadata:
annotations:
prometheus.io/path: '/metrics'
prometheus.io/port: '8888'
prometheus.io/scrape: 'true'
The following is the list of metrics i am looking for:
Otelcol_processor_dropped_metric_points, Otelcol_processor_refused_metric_points, Otelcol_processor_accepted_metric_points etc....
Beta Was this translation helpful? Give feedback.
All reactions