aboutsummaryrefslogtreecommitdiff
path: root/src/zennet/statsdclient.cpp
Commit message (Collapse)AuthorAgeFilesLines
* statsd metrics reporting (#496)Stefan Boberg2023-10-251-0/+463
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