You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
This Improvement request (usability, performance, tech debt, etc.) affects these Traffic Control components:
Traffic Monitor
CDN in a Box
Current behavior:
In #7746vstats is currently under infrastructure directory and is built as part of the cache Dockerfile. There are two structs maintained one in vstats and one in Traffic Monitor.
New behavior:
Move vstats under trafficcontrol/varnish and expose stats struct so TM can use it. Build vstats RPM with pkg script and add it to the cache server to use it.
This Improvement request (usability, performance, tech debt, etc.) affects these Traffic Control components:
Current behavior:
In #7746
vstatsis currently underinfrastructuredirectory and is built as part of the cache Dockerfile. There are two structs maintained one invstatsand one in Traffic Monitor.New behavior:
Move
vstatsundertrafficcontrol/varnishand expose stats struct so TM can use it. BuildvstatsRPM withpkgscript and add it to the cache server to use it.