[#16] Add GRPC metrics interceptor #17
No reviewers
Labels
No labels
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-sdk-java#17
Loading…
Reference in a new issue
No description provided.
Delete branch "pogpp/frostfs-sdk-java:feature/16_grpc_interceptors"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@ -41,0 +42,4 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>0.0.16</version>
Why was this particular version of the library chosen? There are also more recent ones.
ff74e5b0a1
tof01c92784d
close #16