10000 Invalid HELP comment format in metrics · Issue #2919 · NethermindEth/juno · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Invalid HELP comment format in metrics #2919
Open
@AntoTG

Description

@AntoTG

The Prometheus metrics exposed by Juno are not following the proper # HELP line syntax, causing parsing failures when using parse-prometheus-text-format library:

InvalidLineError: Encountered invalid line: # HELP blockchain_reads
Root Cause

Current format: # HELP blockchain_reads (missing description)
Expected format: # HELP <metric_name> <description_text>

According to the Prometheus exposition format specification, # HELP lines must include both the metric name and a description text.

Juno version affected: v0.14.6

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0