Commit 378c0708 authored by Emmanuel Hocdet's avatar Emmanuel Hocdet Committed by Federico G. Schwindt

VSC n_vcl, n_vcl_avail, n_vcl_discard are gauge

parent 05c5ac6b
......@@ -489,17 +489,17 @@ VSC_FF(backend_req, uint64_t, 0, 'c', 'i', info,
/*--------------------------------------------------------------------*/
VSC_FF(n_vcl, uint64_t, 0, 'c', 'i', info,
VSC_FF(n_vcl, uint64_t, 0, 'g', 'i', info,
"Number of loaded VCLs in total",
""
)
VSC_FF(n_vcl_avail, uint64_t, 0, 'c', 'i', diag,
VSC_FF(n_vcl_avail, uint64_t, 0, 'g', 'i', diag,
"Number of VCLs available",
""
)
VSC_FF(n_vcl_discard, uint64_t, 0, 'c', 'i', diag,
VSC_FF(n_vcl_discard, uint64_t, 0, 'g', 'i', diag,
"Number of discarded VCLs",
""
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment