Skip to content

Commit

Permalink
update prometheus config
Browse files Browse the repository at this point in the history
  • Loading branch information
austinlparker committed Jun 8, 2020
1 parent cac5592 commit 45cc0b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ mysql-server:
mysqlDatabase: todos
# if running locally, set this value here or on the helm command line
lightstepKey:
prometheus-server:
extraScrapeConfigs:
- job_name: 'collector'
scrape_interval: 10s
static_configs:
- targets: ['otel-collector:8888']

0 comments on commit 45cc0b2

Please sign in to comment.