Searched refs:matcher_count (Results 1 – 4 of 4) sorted by relevance
280 configStats->matcher_count = matchersCount; in noteConfigReceived()1287 configStats->metric_count, configStats->condition_count, configStats->matcher_count, in dumpStats()1364 configStats->condition_count, configStats->matcher_count, configStats->alert_count, in dumpStats()1709 proto->write(FIELD_TYPE_INT32 | FIELD_ID_CONFIG_STATS_MATCHER_COUNT, configStats.matcher_count); in addConfigStatsToProto()
88 int32_t matcher_count; member
499 optional int32 matcher_count = 7; field
89 EXPECT_EQ(matchersCount, configReport.matcher_count()); in TEST()