Searched refs:matcher_count (Results 1 – 4 of 4) sorted by relevance
155 configStats->matcher_count = matchersCount; in noteConfigReceived()634 configStats->metric_count, configStats->condition_count, configStats->matcher_count, in dumpStats()665 configStats->condition_count, configStats->matcher_count, configStats->alert_count, in dumpStats()807 proto->write(FIELD_TYPE_INT32 | FIELD_ID_CONFIG_STATS_MATCHER_COUNT, configStats.matcher_count); in addConfigStatsToProto()
41 int32_t matcher_count; member
354 optional int32 matcher_count = 7; field
51 EXPECT_EQ(matchersCount, configReport.matcher_count()); in TEST()