Skip to content

Commit

Permalink
fix prometheus sidecar metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyaoy committed Dec 13, 2024
1 parent 91bfae5 commit b58701c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/contrib/prometheus/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ global:
scrape_configs:
- job_name: "prometheus"
static_configs:
- targets: ["connect0:8002"] # ingest side-car metrics in accordance w/ docker-compose env
- targets: ["slinky0:8002"] # ingest side-car metrics in accordance w/ docker-compose env

0 comments on commit b58701c

Please sign in to comment.