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

Add general protocol information to the exporter #55

Open
8 tasks
rickstaa opened this issue Nov 24, 2023 · 2 comments
Open
8 tasks

Add general protocol information to the exporter #55

rickstaa opened this issue Nov 24, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@rickstaa
Copy link
Member

Is your feature request related to a problem? Please describe.

It would be nice to show general LivePeer protocol information to the exporter, similar to the data displayed on the https://explorer.livepeer.org/ page.

image

TODOs

  • Add daily fees paid (i.e. livepeer_exporter_protocol_fees_paid).
  • Add daily participation rate (i.e. livepeer_exporter_protocol_participation_rate).
  • Add daily inflation rate (i.e. livepeer_exporter_protocol_estimated usage).
  • Add daily delegators count (i.e. livepeer_exporter_protocol_delegators).
  • Add daily orchestrators count (i.e. livepeer_exporter_protocol_orchestrators).
  • Current round progress (e.g. livepeer_exporter_protocol_current_round_blocks_remaining, livepeer_exporter_protocol_current_round_time_remaining, livepeer_exporter_protocol_current_round_progress).
  • Current round fees (i.e. livepeer_exporter_protocol_current_round_fees).
  • Current round rewards (i.e. livepeer_exporter_protocol_current_round_rewards).

Describe the solution you'd like

We can fetch this information from the following endpoints:

Describe alternatives you've considered

No response

Additional context

No response

@rickstaa rickstaa added the enhancement New feature or request label Nov 24, 2023
@rickstaa
Copy link
Member Author

rickstaa commented Dec 10, 2023

While I may not personally utilize this at the moment, I'm open to incorporating it into the system if there's significant interest from the community 👍🏻. Additionally, I welcome pull requests from individuals keen on contributing this feature 🚀.

@rickstaa
Copy link
Member Author

rickstaa commented Dec 13, 2023

Some of these protocol metrics might also be directly added to the go-livepeer binary monitoring system since they are already retrieved there 🤔.

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

No branches or pull requests

1 participant