Skip to content

fix: add configurable metrics port for consensus service#1115

Open
Arvuno wants to merge 2 commits into
base:mainfrom
Arvuno:pr/consensus-metrics-port
Open

fix: add configurable metrics port for consensus service#1115
Arvuno wants to merge 2 commits into
base:mainfrom
Arvuno:pr/consensus-metrics-port

Conversation

@Arvuno
Copy link
Copy Markdown

@Arvuno Arvuno commented May 31, 2026

The consensus (node) service hardcodes port 7300 instead of using the METRICS_PORT environment variable. The .env files define BASE_NODE_METRICS_PORT but consensus-entrypoint never reads or passes this to the binary, and docker-compose uses a static mapping.

Changes:

  • consensus-entrypoint: read METRICS_PORT, pass --metrics flag to binary
  • docker-compose.yml: make port mapping configurable via METRICS_PORT

Hermes Agent added 2 commits May 31, 2026 14:13
The consensus (node) service hardcodes port 7300 instead of using the
METRICS_PORT environment variable. The .env files define
BASE_NODE_METRICS_PORT but consensus-entrypoint never reads or passes
this to the binary, and docker-compose uses a static mapping.

Changes:
- consensus-entrypoint: read METRICS_PORT, pass --metrics flag to binary
- docker-compose.yml: make port mapping configurable via METRICS_PORT
@cb-heimdall
Copy link
Copy Markdown
Collaborator

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 1
Sum 2

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.

2 participants