Skip to content

Commit 9aa9b83

Browse files
committed
metrics: exporter: use new function name to push pipeline metrics
Signed-off-by: Eduardo Silva <[email protected]>
1 parent 8951a8c commit 9aa9b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flb_metrics_exporter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ static int collect_metrics(struct flb_me *me)
168168

169169
#ifdef FLB_HAVE_HTTP_SERVER
170170
if (ctx->http_server == FLB_TRUE) {
171-
flb_hs_push_metrics(ctx->http_ctx, mp_sbuf.data, mp_sbuf.size);
171+
flb_hs_push_pipeline_metrics(ctx->http_ctx, mp_sbuf.data, mp_sbuf.size);
172172
}
173173
#endif
174174
msgpack_sbuffer_destroy(&mp_sbuf);

0 commit comments

Comments
 (0)