[#16] Add GRPC metrics interceptor #17

Open
pogpp wants to merge 1 commit from pogpp/frostfs-sdk-java:feature/16_grpc_interceptors into master
Member

grpc_client_started_total: Total number of RPCs started on the client.
grpc_client_completed: Total number of RPCs completed on the client, regardless of success or failure.
grpc_client_completed_latency_seconds: (Optional) Histogram of rpc response latency for completed rpcs, in seconds.
grpc_client_msg_received_total: Total number of stream messages received from the server.
grpc_client_msg_sent_total: Total number of stream messages sent by the client.

Signed-off-by: Pavel Pogodaev p.pogodaev@yadro.com

grpc_client_started_total: Total number of RPCs started on the client. grpc_client_completed: Total number of RPCs completed on the client, regardless of success or failure. grpc_client_completed_latency_seconds: (Optional) Histogram of rpc response latency for completed rpcs, in seconds. grpc_client_msg_received_total: Total number of stream messages received from the server. grpc_client_msg_sent_total: Total number of stream messages sent by the client. Signed-off-by: Pavel Pogodaev <p.pogodaev@yadro.com>
pogpp added 1 commit 2024-09-27 11:55:10 +00:00
[#16] Add GRPC metrics interceptor
All checks were successful
DCO / DCO (pull_request) Successful in 45s
ff74e5b0a1
Signed-off-by: Pavel Pogodaev <p.pogodaev@yadro.com>
pogpp requested review from orikik 2024-09-27 11:55:27 +00:00
orikik requested changes 2024-09-27 14:52:05 +00:00
@ -41,0 +42,4 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>0.0.16</version>
Member

Why was this particular version of the library chosen? There are also more recent ones.

Why was this particular version of the library chosen? There are also more recent ones.
All checks were successful
DCO / DCO (pull_request) Successful in 45s
This pull request has changes requested by an official reviewer.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u feature/16_grpc_interceptors:pogpp-feature/16_grpc_interceptors
git checkout pogpp-feature/16_grpc_interceptors
Sign in to join this conversation.
No description provided.