File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ var (
124
124
networkLabels , nil )
125
125
126
126
networkTxDroppedDesc = prometheus .NewDesc (
127
- "ecs_network_transmit_dropped_total " ,
127
+ "ecs_network_transmit_packets_dropped_total " ,
128
128
"Cumulative total count of network packets dropped in transmit." ,
129
129
networkLabels , nil )
130
130
Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ ecs_network_receive_packets_total{interface="eth0"} 300
29
29
# HELP ecs_network_transmit_bytes_total Cumulative total size of network packets transmitted in bytes.
30
30
# TYPE ecs_network_transmit_bytes_total counter
31
31
ecs_network_transmit_bytes_total{interface="eth0"} 51598
32
- # HELP ecs_network_transmit_dropped_total Cumulative total count of network packets dropped in transmit.
33
- # TYPE ecs_network_transmit_dropped_total counter
34
- ecs_network_transmit_dropped_total{interface="eth0"} 0
35
32
# HELP ecs_network_transmit_errors_total Cumulative total count of network errors in transmit.
36
33
# TYPE ecs_network_transmit_errors_total counter
37
34
ecs_network_transmit_errors_total{interface="eth0"} 0
35
+ # HELP ecs_network_transmit_packets_dropped_total Cumulative total count of network packets dropped in transmit.
36
+ # TYPE ecs_network_transmit_packets_dropped_total counter
37
+ ecs_network_transmit_packets_dropped_total{interface="eth0"} 0
38
38
# HELP ecs_network_transmit_packets_total Cumulative total count of network packets transmitted.
39
39
# TYPE ecs_network_transmit_packets_total counter
40
40
ecs_network_transmit_packets_total{interface="eth0"} 297
Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ ecs_network_receive_packets_total{interface="eth1"} 52712
29
29
# HELP ecs_network_transmit_bytes_total Cumulative total size of network packets transmitted in bytes.
30
30
# TYPE ecs_network_transmit_bytes_total counter
31
31
ecs_network_transmit_bytes_total{interface="eth1"} 310433
32
- # HELP ecs_network_transmit_dropped_total Cumulative total count of network packets dropped in transmit.
33
- # TYPE ecs_network_transmit_dropped_total counter
34
- ecs_network_transmit_dropped_total{interface="eth1"} 0
35
32
# HELP ecs_network_transmit_errors_total Cumulative total count of network errors in transmit.
36
33
# TYPE ecs_network_transmit_errors_total counter
37
34
ecs_network_transmit_errors_total{interface="eth1"} 0
35
+ # HELP ecs_network_transmit_packets_dropped_total Cumulative total count of network packets dropped in transmit.
36
+ # TYPE ecs_network_transmit_packets_dropped_total counter
37
+ ecs_network_transmit_packets_dropped_total{interface="eth1"} 0
38
38
# HELP ecs_network_transmit_packets_total Cumulative total count of network packets transmitted.
39
39
# TYPE ecs_network_transmit_packets_total counter
40
40
ecs_network_transmit_packets_total{interface="eth1"} 3012
You can’t perform that action at this time.
0 commit comments