Searched refs:gauge_response (Results 1 – 1 of 1) sorted by relevance
63 GaugeResponse gauge_response; in PrintMetrics() local65 while (reader->Read(&gauge_response)) { in PrintMetrics()66 if (gauge_response.value_case() == GaugeResponse::kLongValue) { in PrintMetrics()68 std::cout << gauge_response.name() << ": " in PrintMetrics()69 << gauge_response.long_value() << std::endl; in PrintMetrics()71 overall_qps += gauge_response.long_value(); in PrintMetrics()73 std::cout << "Gauge '" << gauge_response.name() << "' is not long valued" in PrintMetrics()