Skip to content

Commit

Permalink
Fix nimbus-stats.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Dec 25, 2024
1 parent 51d999d commit d0e1846
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions nimbus-stats-allin1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Send client stats to beaconcha.in service using client-metrics-exporter
services:
client-stats:
restart: "unless-stopped"
image: gobitfly/eth2-client-metrics-exporter:latest
volumes:
- /etc/localtime:/etc/localtime:ro
entrypoint:
- /bin/eth2-client-metrics-exporter
- --beaconnode.type
- nimbus
- --beaconnode.address
- http://consensus:8008/metrics
- --validator.type
- nimbus
- --server.address
- https://beaconcha.in/api/v1/client/metrics?apikey=${BEACON_STATS_API}&machine=${BEACON_STATS_MACHINE}
2 changes: 2 additions & 0 deletions nimbus-stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ services:
- http://consensus:8008/metrics
- --validator.type
- nimbus
- --validator.address
- http://validator:8009/metrics
- --server.address
- https://beaconcha.in/api/v1/client/metrics?apikey=${BEACON_STATS_API}&machine=${BEACON_STATS_MACHINE}

0 comments on commit d0e1846

Please sign in to comment.