Searched defs:MetricsService (Results 1 – 10 of 10) sorted by relevance
43 service MetricsService { service46 rpc GetAllGauges(EmptyMessage) returns (stream GaugeResponse);49 rpc GetGauge(GaugeRequest) returns (GaugeResponse);
42 service MetricsService { service45 rpc GetAllGauges(EmptyMessage) returns (stream GaugeResponse);48 rpc GetGauge(GaugeRequest) returns (GaugeResponse);
34 service MetricsService { service37 rpc Export(stream ExportMetricsServiceRequest) returns (stream ExportMetricsServiceResponse) {}
24 std::optional<MonitorCommand> MetricsService(const CuttlefishConfig& config) { in MetricsService() function
17 class MetricsService; variable
39 class MetricsService; variable
324 MetricsService::MetricsService(MetricsStateManager* state_manager, in MetricsService() function in metrics::MetricsService
30 module MetricsService module
27 module MetricsService module