Merge pull request #195 from travisgroth/feature/grpc_metrics

internal/metrics: add gRPC Client Metrics
This commit is contained in:
Bobby DeSimone 2019-07-01 08:06:36 -07:00 committed by GitHub
commit b8463e30c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 454 additions and 140 deletions

View file

@ -185,6 +185,9 @@ Expose a prometheus format HTTP endpoint on the specified port. Disabled by def
|http_client_requests_total| Counter | Total HTTP client requests made by service|
|http_client_response_size_bytes| Histogram | HTTP client response size by service|
|http_client_request_duration_ms| Histogram | HTTP client request duration by service|
|grpc_client_requests_total| Counter | Total GRPC client requests made by service|
|grpc_client_response_size_bytes| Histogram | GRPC client response size by service|
|grpc_client_request_duration_ms| Histogram | GRPC client request duration by service|
### Policy