MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / gauge

Method gauge

deps/cpp-statsd-client/include/cpp-statsd-client/StatsdClient.hpp:230–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228
229template <typename T>
230inline void StatsdClient::gauge(const std::string& key,
231 const T value,
232 const float frequency,
233 const std::vector<std::string>& tags) const noexcept {
234 send(key, value, detail::METRIC_TYPE_GAUGE, frequency, tags);
235}
236
237inline void StatsdClient::timing(const std::string& key,
238 const unsigned int ms,

Callers 1

testSendRecvFunction · 0.45

Calls

no outgoing calls

Tested by 1

testSendRecvFunction · 0.36