Skip to content

Commit 4bc363b

Browse files
committed
in_windows_exporter_metrics: Fix a wrong prometheus name
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent 7afd994 commit 4bc363b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/in_windows_exporter_metrics/we_wmi_memory.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ int we_wmi_memory_init(struct flb_we *ctx)
236236
}
237237
ctx->wmi_memory->pool_nonpaged_bytes = g;
238238

239-
g = cmt_gauge_create(ctx->cmt, "windows", "memory", "pool_nonpaged_allocs_total",
239+
g = cmt_gauge_create(ctx->cmt, "windows", "memory", "pool_paged_allocs_total",
240240
"Number of bytes of allocated space in paged pool (PoolPagedAllocs)",
241241
0, NULL);
242242

0 commit comments

Comments
 (0)