aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/stats
Commit message (Collapse)AuthorAgeFilesLines
* statsd for cas (#511)Dan Engelbrecht2023-11-061-7/+2
| | | | * separate statsd interfaces so they can be accessible to zenstore * statsd for cas
* statsd metrics reporting (#496)Stefan Boberg2023-10-252-0/+99
added support for reporting metrics via statsd style UDP messaging, which is supported by many monitoring solution providers this change adds reporting only of three cache related metrics (hit/miss/put) but this should be extended to include more metrics after additional evaluation