[master] 6f52d8e26 vsc: workspace overflow counters should not be diag level
Nils Goroll
nils.goroll at uplex.de
Mon Sep 29 13:04:05 UTC 2025
commit 6f52d8e2629fd2a6f8fb6813da303892fff02ea5
Author: Nils Goroll <nils.goroll at uplex.de>
Date: Wed Sep 24 15:47:55 2025 +0200
vsc: workspace overflow counters should not be diag level
These are important because workspace overflows are likely a configuration /
tuning error. Hence, they should be shown in the default view.
diff --git a/lib/libvsc/VSC_main.vsc b/lib/libvsc/VSC_main.vsc
index e0291c2f5..dc989dfb9 100644
--- a/lib/libvsc/VSC_main.vsc
+++ b/lib/libvsc/VSC_main.vsc
@@ -709,28 +709,24 @@
workspace memory during delivery.
.. varnish_vsc:: ws_backend_overflow
- :level: diag
:group: wrk
:oneliner: workspace_backend overflows
Number of times we ran out of space in workspace_backend.
.. varnish_vsc:: ws_client_overflow
- :level: diag
:group: wrk
:oneliner: workspace_client overflows
Number of times we ran out of space in workspace_client.
.. varnish_vsc:: ws_thread_overflow
- :level: diag
:group: wrk
:oneliner: workspace_thread overflows
Number of times we ran out of space in workspace_thread.
.. varnish_vsc:: ws_session_overflow
- :level: diag
:oneliner: workspace_session overflows
Number of times we ran out of space in workspace_session.
More information about the varnish-commit
mailing list