transcodeninja / livepeer-exporter

A Prometheus exporter for Livepeer orchestrator metrics. Fetches and exposes orchestrator metrics from various Livepeer endpoints for Prometheus to scrape.
https://hub.docker.com/r/rickstaa/livepeer-exporter
MIT License
0 stars 0 forks source link

feat(tickets_exporter): migrate to Livepeer subgraph #67

Closed rickstaa closed 11 months ago

rickstaa commented 11 months ago

This pull request migrates the orch_tickets_exporter to the Livepeer subgraph (see #54).

stronk-dev commented 11 months ago

as a nitpick, the subgraph currently does not export the gas used, but the gas limit: https://github.com/livepeer/subgraph/issues/27 usually this is ~80-90% of the gas limit so it's close enough

rickstaa commented 11 months ago

as a nitpick, the subgraph currently does not export the gas used, but the gas limit: livepeer/subgraph#27 usually this is ~80-90% of the gas limit so it's close enough

Good to know. Thanks a lot for jumping in ❤️‍🔥. I created https://github.com/transcodeninja/livepeer-exporter/issues/71 to track this issue and will add a note to the docs.