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 0929a48 commit e1cd042Copy full SHA for e1cd042
plugins/in_windows_exporter_metrics/we_cpu.c
@@ -151,6 +151,10 @@ struct we_perflib_metric_source full_metric_sources[] = {
151
"% Processor Performance",
152
NULL),
153
154
+ WE_PERFLIB_METRIC_SOURCE("processor_rtc_total",
155
+ "% Processor Utility,secondvalue",
156
+ NULL),
157
+
158
WE_PERFLIB_TERMINATOR_SOURCE()
159
};
160
@@ -219,6 +223,11 @@ struct we_perflib_metric_spec full_metric_specs[] =
219
223
"incremented while executing instructions",
220
224
"core"),
221
225
226
+ WE_PERFLIB_COUNTER_SPEC("processor_rtc_total",
227
+ "Processor RTC represents the number of RTC ticks " \
228
+ "made since the system booted.",
229
+ "core"),
230
222
231
WE_PERFLIB_TERMINATOR_SPEC()
232
233
0 commit comments