Skip to content

Commit

Permalink
local-dev: prometheus: update endpoints
Browse files Browse the repository at this point in the history
Signed-off-by: Hank Donnay <hdonnay@redhat.com>
  • Loading branch information
hdonnay committed Nov 11, 2021
1 parent a834836 commit 2a0943b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions local-dev/prometheus/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,17 @@ scrape_configs:
- job_name: indexer
metrics_path: "/metrics"
static_configs:
- targets: ['indexer:8089']
- targets: ['clair-indexer:8089']

- job_name: matcher
metrics_path: "/metrics"
static_configs:
- targets: ['matcher:8089']
- targets: ['clair-matcher:8089']

- job_name: notifier
metrics_path: "/metrics"
static_configs:
- targets: ['clair-notifier:8089']

- job_name: notifier
metrics_path: "/metrics"
Expand Down

0 comments on commit 2a0943b

Please sign in to comment.