Skip to content

Adds prometheus pushgateway support#37

Merged
wurdum merged 3 commits intonethermindfrom
add-prom-pushgateway-support
Nov 3, 2025
Merged

Adds prometheus pushgateway support#37
wurdum merged 3 commits intonethermindfrom
add-prom-pushgateway-support

Conversation

@wurdum
Copy link
Copy Markdown
Collaborator

@wurdum wurdum commented Oct 30, 2025

Can be enabled and used with the following params

./nitro
  --metrics \
  --prometheus-pushgateway.enabled=true \
  --prometheus-pushgateway.enabled=true \
  --prometheus-pushgateway.url=$(METRICS_PUSHGATEWAYURL) \
  --prometheus-pushgateway.job-name=$(NITRO_METRICS_NODENAME) \
  --prometheus-pushgateway.prefix=nitro \
  --prometheus-pushgateway.instance=$(NITRO_METRICS_NODENAME) \
  --prometheus-pushgateway.update-interval=5s \

...like here https://github.com/NethermindEth/arbitrum-sync-tools/blob/main/makefile#L81

@wurdum wurdum force-pushed the add-prom-pushgateway-support branch from b7a69bc to 3d2d096 Compare October 31, 2025 10:04
@wurdum wurdum merged commit 116383f into nethermind Nov 3, 2025
5 checks passed
@wurdum wurdum deleted the add-prom-pushgateway-support branch November 3, 2025 11:12
AnkushinDaniil added a commit that referenced this pull request Nov 3, 2025
Incorporates 14 commits from remote nethermind branch:
- Prometheus pushgateway support (#37)
- Comparison mode for system tests (#36)
- Mainnet configuration changes (#34)
- comparePromises execution duration metrics (#38)

Resolved conflicts in:
- Makefile: Added make targets for running follower/sequencer nodes
- cmd/genericconf/server.go: Added PrometheusPushgatewayConfig, fixed pflag usage
- cmd/nitro/nitro.go: Added execution mode detection and prometheus pushgateway initialization
- execution/gethexec/node.go: Added nethermind configuration fields
- system_tests/common_test.go: Added execution client mode selection logic
- system_tests/execution_client_only_test.go: Added executionClientMode parameter

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants