We are using varnish to cache different urls like:-
/discovery/v1/search
/discovery/v1/suggest
/discovery/v1/recommend
/orders/ordersearch
Right now we were able to get varnish stats like cache_hit
, cache_miss
for the overall varnish. Is there a way we can get the stats at the url level like cache_hit
, cache_miss
, etc for /discovery/v1/search
, /discovery/v1/suggest
separately?
Environment:-
- varnishd (varnish-4.1.0 revision 3041728)
- Debian 8 (x86_64)