Searched defs:MetricsService (Results 1 – 8 of 8) sorted by relevance
42 service MetricsService { service45 rpc GetAllGauges(EmptyMessage) returns (stream GaugeResponse);48 rpc GetGauge(GaugeRequest) returns (GaugeResponse);
43 service MetricsService { service46 rpc GetAllGauges(EmptyMessage) returns (stream GaugeResponse);49 rpc GetGauge(GaugeRequest) returns (GaugeResponse);
17 class MetricsService; variable
36 class MetricsService; variable
256 MetricsService::MetricsService(MetricsStateManager* state_manager, in MetricsService() function in metrics::MetricsService
30 module MetricsService module
32 public static partial class MetricsService class