AbdelrahmanElawady opened a new issue, #7782:
URL: https://github.com/apache/trafficcontrol/issues/7782

   <!--
   ************ STOP!! ************
   If this issue identifies a security vulnerability, DO NOT submit it! 
Instead, contact
   the Apache Traffic Control Security Team at 
[email protected] and follow the
   guidelines at https://apache.org/security regarding vulnerability disclosure.
   
   - For *SUPPORT QUESTIONS*, use the #traffic-control channel on the ASF slack 
(https://s.apache.org/tc-slack-request)
   or the Traffic Control Users mailing list (send an email to 
[email protected] to subscribe).
   - Before submitting, please **SEARCH GITHUB** for a similar issue or PR
       * https://github.com/apache/trafficcontrol/issues
       * https://github.com/apache/trafficcontrol/pulls
   -->
   
   <!-- Do not submit security vulnerabilities or support requests here - see 
above -->
   ## This Feature Request affects these Traffic Control components:
   <!-- delete all those that don't apply -->
   - Traffic Control Cache Config (`t3c`, formerly ORT)
   - Traffic Stats
   
   ## Description
   <!-- Describe how the current ATC features are insufficient and how this new 
feature would improve Traffic Control -->
   Currently, Varnish does not have statistics needed by Traffic Stats 
(response codes for DSes for example). There are couple of options for making 
custom statistics in Varnish like 
[xcounter](https://github.com/xcir/libvmod-xcounter) and 
[dyncounters](https://github.com/ehocdet/libvmod-dyncounters) VMODs. It will 
probably involve incrementing counters in `vcl_deliver` and querying these 
counters with `varnishstat` in `vstats`.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to