We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eea4bc commit cbffe7bCopy full SHA for cbffe7b
src/modules/xhttp_prom/prom.c
@@ -301,7 +301,7 @@ static int prom_metric_pkgmem_print(prom_ctx_t *ctx)
301
goto error;
302
}
303
if(prom_body_printf(ctx,
304
- "%.*spkgmem_total_size{pid=\"%u\", rank=\"%d\" "
+ "%.*spkgmem_total_size{pid=\"%u\", rank=\"%d\", "
305
"desc=\"%s\"%s} %lu %" PRIu64 "\n",
306
xhttp_prom_beginning.len, xhttp_prom_beginning.s,
307
pkg_proc_stats[i].pid, pkg_proc_stats[i].rank, pt[i].desc,
0 commit comments