Home
last modified time | relevance | path

Searched refs:matcher_count (Results 1 – 4 of 4) sorted by relevance

/packages/modules/StatsD/statsd/src/guardrail/
DStatsdStats.cpp262 configStats->matcher_count = matchersCount; in noteConfigReceived()
1258 configStats->metric_count, configStats->condition_count, configStats->matcher_count, in dumpStats()
1335 configStats->condition_count, configStats->matcher_count, configStats->alert_count, in dumpStats()
1649 proto->write(FIELD_TYPE_INT32 | FIELD_ID_CONFIG_STATS_MATCHER_COUNT, configStats.matcher_count); in addConfigStatsToProto()
DStatsdStats.h83 int32_t matcher_count; member
/packages/modules/StatsD/statsd/src/
Dstats_log.proto484 optional int32 matcher_count = 7; field
/packages/modules/StatsD/statsd/tests/guardrail/
DStatsdStats_test.cpp85 EXPECT_EQ(matchersCount, configReport.matcher_count()); in TEST()