filesaver
filesaver::statsd::StatsdClient Member List

This is the complete list of members for filesaver::statsd::StatsdClient, including all inherited members.

count(const std::string &key, const int delta, const float frequency=1.0f) const noexceptfilesaver::statsd::StatsdClient
decrement(const std::string &key, const float frequency=1.0f) const noexceptfilesaver::statsd::StatsdClient
errorMessage() const noexceptfilesaver::statsd::StatsdClient
gauge(const std::string &key, const unsigned int value, const float frequency=1.0f) const noexceptfilesaver::statsd::StatsdClient
increment(const std::string &key, const float frequency=1.0f) const noexceptfilesaver::statsd::StatsdClient
send(const std::string &key, const int value, const std::string &type, const float frequency=1.0f) const noexceptfilesaver::statsd::StatsdClient
setConfig(const std::string &host, const uint16_t port, const std::string &prefix) noexceptfilesaver::statsd::StatsdClient
StatsdClient(const std::string &host, const uint16_t port, const std::string &prefix, const std::optional< uint64_t > batchSize=std::nullopt) noexceptfilesaver::statsd::StatsdClient
timing(const std::string &key, const unsigned int ms, const float frequency=1.0f) const noexceptfilesaver::statsd::StatsdClient