DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
statsd.cpp File Reference

StatsD metrics client - implementation. See statsd.h. More...

Go to the source code of this file.

Detailed Description

StatsD metrics client - implementation. See statsd.h.

The value and sample-rate are rendered by hand (no printf lld/f, which need extra newlib support on some targets), then statsd_format assembles the line and the transport UDP service sends it.

Definition in file statsd.cpp.