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

Method count

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

Source from the content-addressed store, hash-verified

220}
221
222inline void StatsdClient::count(const std::string& key,
223 const int delta,
224 float frequency,
225 const std::vector<std::string>& tags) const noexcept {
226 send(key, delta, detail::METRIC_TYPE_COUNT, frequency, tags);
227}
228
229template <typename T>
230inline void StatsdClient::gauge(const std::string& key,

Callers 15

runMethod · 0.45
get_existingMethod · 0.45
get_kind_by_typeMethod · 0.45
parse_with_strtolMethod · 0.45
is_option_presentMethod · 0.45
disable_typeMethod · 0.45
is_enabledMethod · 0.45
print_statsMethod · 0.45
TestExistsFunction · 0.45
RegisterTestsMethod · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by 12

runMethod · 0.36
get_existingMethod · 0.36
get_kind_by_typeMethod · 0.36
parse_with_strtolMethod · 0.36
is_option_presentMethod · 0.36
disable_typeMethod · 0.36
is_enabledMethod · 0.36
print_statsMethod · 0.36
TestExistsFunction · 0.36
RegisterTestsMethod · 0.36
testSendRecvFunction · 0.36