Skip to content

Commit

Permalink
Add prometheus receiver and edit logging exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
liustanley committed Feb 16, 2024
1 parent ba9a626 commit e6af774
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions ci/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,15 @@ 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
logging:
debug:
verbosity: detailed
datadog:
host_metadata:
Expand Down

0 comments on commit e6af774

Please sign in to comment.