-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
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:
- https://explorer.livepeer.org/api/usage
- https://explorer.livepeer.org/_next/data/xe8lg6V7gubXcRErA1lxB/orchestrators.json
- https://explorer.livepeer.org/api/current-round
Describe alternatives you've considered
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
