Commit 42449d90 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add a counter for ESI warnings



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5749 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 13eb4966
......@@ -144,6 +144,7 @@ VSC_F(hcb_insert, uint64_t, 0, 'a', "HCB Inserts")
VSC_F(esi_parse, uint64_t, 0, 'a', "Objects ESI parsed (unlock)")
VSC_F(esi_errors, uint64_t, 0, 'a', "ESI parse errors (unlock)")
VSC_F(esi_warnings, uint64_t, 0, 'a', "ESI parse warnings (unlock)")
VSC_F(accept_fail, uint64_t, 0, 'a', "Accept failures")
VSC_F(client_drop_late, uint64_t, 0, 'a', "Connection dropped late")
VSC_F(uptime, uint64_t, 0, 'a', "Client uptime")
......
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