Skip to content

Commit cbffe7b

Browse files
committed
xhttp_prom: fix attributes for pkgmem_total_size
1 parent 7eea4bc commit cbffe7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/xhttp_prom/prom.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ static int prom_metric_pkgmem_print(prom_ctx_t *ctx)
301301
goto error;
302302
}
303303
if(prom_body_printf(ctx,
304-
"%.*spkgmem_total_size{pid=\"%u\", rank=\"%d\" "
304+
"%.*spkgmem_total_size{pid=\"%u\", rank=\"%d\", "
305305
"desc=\"%s\"%s} %lu %" PRIu64 "\n",
306306
xhttp_prom_beginning.len, xhttp_prom_beginning.s,
307307
pkg_proc_stats[i].pid, pkg_proc_stats[i].rank, pt[i].desc,

0 commit comments

Comments
 (0)