Skip to content

Commit

Permalink
Fix metrics-exporter EL url (#1815)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne authored Apr 30, 2024
1 parent 2e92622 commit 1d16ddf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion central-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
entrypoint:
- /ethereum-metrics-exporter
- --consensus-url=${CL_NODE}
- --execution-url=${EL_NODE}
- --execution-url=http://execution:${EL_RPC_PORT:-8545}
<<: *logging
labels:
- metrics.scrape=true
Expand Down
2 changes: 1 addition & 1 deletion grafana-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
entrypoint:
- /ethereum-metrics-exporter
- --consensus-url=${CL_NODE}
- --execution-url=${EL_NODE}
- --execution-url=http://execution:${EL_RPC_PORT:-8545}
<<: *logging
labels:
- metrics.scrape=true
Expand Down
2 changes: 1 addition & 1 deletion grafana-rootless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
entrypoint:
- /ethereum-metrics-exporter
- --consensus-url=${CL_NODE}
- --execution-url=${EL_NODE}
- --execution-url=http://execution:${EL_RPC_PORT:-8545}
<<: *logging

blackbox-exporter:
Expand Down
2 changes: 1 addition & 1 deletion grafana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
entrypoint:
- /ethereum-metrics-exporter
- --consensus-url=${CL_NODE}
- --execution-url=${EL_NODE}
- --execution-url=http://execution:${EL_RPC_PORT:-8545}
<<: *logging
labels:
- metrics.scrape=true
Expand Down

0 comments on commit 1d16ddf

Please sign in to comment.