Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: group beacon metrics, move chain metrics to chain domain #7578

Draft
wants to merge 1 commit into
base: unstable
Choose a base branch
from

Conversation

KatyaRyazantseva
Copy link

@KatyaRyazantseva KatyaRyazantseva commented Mar 14, 2025

Motivation

Organize and update metrics as part of the effort to resolve #7098.

Description

  • Group beacon metrics.
  • Create ChainMetrics type in chain domain and move related metrics into it.

Partially closes #7098

Steps to test or reproduce

  • Check chain related dashboards.

@KatyaRyazantseva
Copy link
Author

Additional grouping of metrics by subgroups introduces extra complexity for me. When selecting a metric, you need to know which group it belongs to. If the metrics are distributed by domains, then you wouldn't need to group them further.

@KatyaRyazantseva KatyaRyazantseva changed the title Refactor: group beacon metrics, move chain metrics to chain domain refactor: group beacon metrics, move chain metrics to chain domain Mar 14, 2025
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.

Organize and Update Metrics
1 participant