Skip to content

Conversation

@radik878
Copy link

The metric tracking failed prunes was implemented as an Int64ObservableGauge but named prnr_failed_counter and described as a counter, which contradicts gauge semantics and the repository’s naming conventions where counters use *_counter and gauges are named with amount/head/ts patterns. This change renames the gauge to prnr_failed_prunes_amount and updates the description to “current number of headers failed to prune,” aligning the metric name with its type and use (observing len(checkpoint.FailedHeaders)) and matching conventions used across das and discovery metrics.

@github-actions github-actions bot added the external Issues created by non node team members label Nov 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

external Issues created by non node team members

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant