Searched refs:kllMetric (Results 1 – 3 of 3) sorted by relevance
186 KllMetric* kllMetric = config.add_kll_metric(); in TEST_F() local187 kllMetric->set_id(metricId); in TEST_F()188 kllMetric->set_bucket(TimeUnit::FIVE_MINUTES); in TEST_F()189 kllMetric->set_what(testAtomReportedMatcher.id()); in TEST_F()190 *kllMetric->mutable_kll_field() = CreateRepeatedDimensions( in TEST_F()
47 KllMetricProducer(const ConfigKey& key, const KllMetric& kllMetric, const uint64_t protoHash,
3508 KllMetric kllMetric = createKllMetric("KLL1", matcher3, /*valueField=*/2, predicate1Id); in TEST_F() local3509 int64_t kllMetricId = kllMetric.id(); in TEST_F()3510 *config.add_kll_metric() = kllMetric; in TEST_F()3559 *newConfig.add_kll_metric() = kllMetric; in TEST_F()