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

Report additional metrics to prometheus #2842

Closed
3 tasks done
ravenac95 opened this issue Apr 14, 2020 · 1 comment · Fixed by #2884
Closed
3 tasks done

Report additional metrics to prometheus #2842

ravenac95 opened this issue Apr 14, 2020 · 1 comment · Fixed by #2884
Assignees
Labels
c:instrumentation Category: metrics and tracing

Comments

@ravenac95
Copy link
Contributor

ravenac95 commented Apr 14, 2020

We should consider adding at least the following consensus-layer metrics:

  • Current epoch number
  • IsRegistered
  • Blocks voted for by your node or something similar (just a way to determine if you're voting) -- for this we should check if there is anything existing from the Tendermint side.
@ravenac95 ravenac95 added the c:instrumentation Category: metrics and tracing label Apr 14, 2020
@matevz
Copy link
Member

matevz commented May 8, 2020

kostko suggested two metrics for votes counting:

  • how many times the node voted and the vote got included
  • how many times the node proposed a block (was a proposer)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:instrumentation Category: metrics and tracing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants