mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-08-20 18:33:52 -07:00
6 lines
136 B
Promela
6 lines
136 B
Promela
|
|
# HELP events_total The same help.
|
||
|
|
# TYPE events_total counter
|
||
|
|
events_total{foo="bar",file="b"} 30
|
||
|
|
events_total{foo="baz",file="b"} 40
|
||
|
|
|