mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-14 17:44:35 -08:00
18 lines
292 B
JSON
18 lines
292 B
JSON
|
[
|
||
|
{
|
||
|
"IfaceName": "wlan0",
|
||
|
"Bytes": 42,
|
||
|
"Packets": 42,
|
||
|
"Requeues": 1,
|
||
|
"Kind": "fq",
|
||
|
"Drops": 1
|
||
|
},
|
||
|
{
|
||
|
"IfaceName": "eth0",
|
||
|
"Bytes": 83,
|
||
|
"Packets": 83,
|
||
|
"Requeues": 2,
|
||
|
"Kind": "pfifo_fast"
|
||
|
}
|
||
|
]
|