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

provide Prometheus metrics #4077

Closed
marten-seemann opened this issue Sep 11, 2023 · 0 comments · Fixed by #4534
Closed

provide Prometheus metrics #4077

marten-seemann opened this issue Sep 11, 2023 · 0 comments · Fixed by #4534
Labels

Comments

@marten-seemann
Copy link
Member

We should provide a way to collect Prometheus metrics for node operators.

The metrics tracer should probably be an implementation of the existing Tracer / ConnectionTracer. To make this performant, we'll need to resolve #3704 first. The code should live in a separate package, so that we're not forcing a Prometheus dependency onto anyone (there won't be a way to prevent it from being included in the go.mod though, unless we move this to a separate Go package).

We should also provide a sample Grafana dashboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant