We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc6d50 commit bb224adCopy full SHA for bb224ad
plugins/in_windows_exporter_metrics/we_net.c
@@ -79,6 +79,10 @@ struct we_perflib_metric_source net_metric_sources[] = {
79
"Current Bandwidth",
80
NULL),
81
82
+ WE_PERFLIB_METRIC_SOURCE("output_queue_length_packets",
83
+ "Output Queue Length",
84
+ NULL),
85
+
86
WE_PERFLIB_TERMINATOR_SOURCE()
87
};
88
@@ -131,6 +135,10 @@ struct we_perflib_metric_spec net_metric_specs[] = {
131
135
"Current Bandwidth /bits",
132
136
"nic"),
133
137
138
+ WE_PERFLIB_GAUGE_SPEC("output_queue_length_packets",
139
+ "A length of output queue packets",
140
+ "nic"),
141
134
142
WE_PERFLIB_TERMINATOR_SPEC()
143
144
0 commit comments