PromQL Example Queries
Examples of some of the important PromQL queries:
- Average number of hashes per second over last 20 seconds for all instances:
- Average number of hashes per second over last 20 seconds by instance:
- Average number of hashes per second over last 20 seconds for all instances by miner type:
- Number of miners by model:
- Total estimated power consumption for all instances:
- Total power target for all instances:
- Average number of accepted shares per second over last 20 seconds for all instances by target:
- Average number of rejected shares per second over last 20 seconds for all instances by target:
- Average number of accepted submits per second over last 20 seconds for all instances by target:
- Average number of rejected submits per second over last 20 seconds for all instances by target:
- Average maximum temperature across all instances (miners):
Was this helpful?