Uptime in seconds |
Uptime in seconds
Hide Query Show Query #type = json
| name = "uptime_seconds"
| selectLast([gauge.value])
| Gauge |
Total MB processed |
Total MB processed
Hide Query Show Query #type = json
| name = "processed_bytes_total"
| unit:convert(counter.value, from="b", to="Mb", binary=true)
| selectLast([counter.value])
| Gauge |
Events processed over time |
Events processed over time
Hide Query Show Query #type = json | name = "processed_events_total" | timechart(function=counterasrate(counter.value, as="Events"), span=10m)
| Time Chart |
Total events processed |
Total events processed
Hide Query Show Query #type = json
| name = "processed_events_total"
| selectLast([counter.value])
| Gauge |
Bytes processed over time |
Bytes processed over time
Hide Query Show Query #type = json | name = "processed_bytes_total" | timechart(function=counterasrate(counter.value, as="Bytes"), span=10m)
| Time Chart |