Searched refs:collected_metrics (Results 1 – 2 of 2) sorted by relevance
102 const std::unique_ptr<CollectedMetrics> collected_metrics = in TEST() local106 ASSERT_GE(collected_metrics->metric_descriptor_map.size(), 2); in TEST()108 const MetricDescriptor& ld = *collected_metrics->metric_descriptor_map.at( in TEST()118 const MetricDescriptor& ud = *collected_metrics->metric_descriptor_map.at( in TEST()126 EXPECT_EQ(0, collected_metrics->metric_descriptor_map.size()); in TEST()129 ASSERT_GE(collected_metrics->point_set_map.size(), 2); in TEST()131 const PointSet& lps = *collected_metrics->point_set_map.at( in TEST()158 const PointSet& ups = *collected_metrics->point_set_map.at( in TEST()192 const std::unique_ptr<CollectedMetrics> collected_metrics = in TEST() local196 ASSERT_GE(collected_metrics->metric_descriptor_map.size(), 2); in TEST()[all …]
738 "lib/monitoring/collected_metrics.h",