You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the metrics currently reported by providers/prometheus have labels as "grpc_type", "grpc_service" and "grpc_method". But since, these do not include source and target endpoint information, it is not possible to get metrics for a particular grpc_service per connection level. These are more like aggregated metrics at grpc_service level.
So requesting to include these two additional labels also.
All the metrics currently reported by providers/prometheus have labels as "grpc_type", "grpc_service" and "grpc_method". But since, these do not include source and target endpoint information, it is not possible to get metrics for a particular grpc_service per connection level. These are more like aggregated metrics at grpc_service level.
So requesting to include these two additional labels also.
Example:
grpc_server_msg_received_total{grpc_method="RegisterTimer",grpc_service="timergrpc.IpcService",grpc_type="unary"} 4
The text was updated successfully, but these errors were encountered: