Commit 32fceb3b authored by Federico G. Schwindt's avatar Federico G. Schwindt

VSC n_vcl, n_vcl_avail, n_vcl_discard are gauge

From Emmanuel Hocdet (manu-at-gandi-dot-net) via #2373.
parent d266ac5c
...@@ -442,15 +442,15 @@ VSC_F(backend_req, uint64_t, 0, 'c', 'i', info, ...@@ -442,15 +442,15 @@ VSC_F(backend_req, uint64_t, 0, 'c', 'i', info,
/*--------------------------------------------------------------------*/ /*--------------------------------------------------------------------*/
VSC_F(n_vcl, uint64_t, 0, 'c', 'i', info, VSC_F(n_vcl, uint64_t, 0, 'g', 'i', info,
"Number of loaded VCLs in total", "Number of loaded VCLs in total",
"" ""
) )
VSC_F(n_vcl_avail, uint64_t, 0, 'c', 'i', diag, VSC_F(n_vcl_avail, uint64_t, 0, 'g', 'i', diag,
"Number of VCLs available", "Number of VCLs available",
"" ""
) )
VSC_F(n_vcl_discard, uint64_t, 0, 'c', 'i', diag, VSC_F(n_vcl_discard, uint64_t, 0, 'g', 'i', diag,
"Number of discarded VCLs", "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