Skip to content

Commit

Permalink
Add prometheus receiver config
Browse files Browse the repository at this point in the history
  • Loading branch information
liustanley committed Feb 16, 2024
1 parent 685ccea commit 818b102
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ci/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ config:
endpoint: 0.0.0.0:4317
http:
endpoint: 0.0.0.0:4318
prometheus:
config:
scrape_configs:
- job_name: 'otelcol'
scrape_interval: 10s
static_configs:
- targets: ['0.0.0.0:8888']
exporters:
# Disable debug exporter until we pull change that adds it from upstream
debug: null
Expand Down

0 comments on commit 818b102

Please sign in to comment.