linkerd2/controller/api/public
Risha Mars a9d4a3d74e
Add more prometheus instrumentation (latency, response size) (#174)
We added basic prometheus instrumentation, but this only encapsulated basic go metrics and
 request counts. This adds latency and response size metrics exporting as well, to the 
public-api server, theweb server and the telemetry server.

Since the util function in grpc.go was basically used to wrap the server creation in a prometheus handler, I added the other prometheus constants in there and renamed the file to prometheus.go. 

- Add request duration and response size instrumentation to web and public api
- Also add latency monitoring to telemetry service requests
- Rename util/grpc.go to util/prometheus.go
2018-02-01 09:50:31 -08:00
..
client.go Update cli subcommands to print errors when encountered (#221) 2018-01-29 11:28:19 -08:00
client_test.go Better error handling for Tap (#177) 2018-01-25 11:49:38 -05:00
grpc_server.go Set conduit version to match conduit docker tags (#208) 2018-01-26 11:43:45 -08:00
http_server.go Add more prometheus instrumentation (latency, response size) (#174) 2018-02-01 09:50:31 -08:00
http_server_test.go Better error handling for Tap (#177) 2018-01-25 11:49:38 -05:00
proto_over_http.go Better error handling for Tap (#177) 2018-01-25 11:49:38 -05:00
proto_over_http_test.go Better error handling for Tap (#177) 2018-01-25 11:49:38 -05:00
test_helper.go Move healthcheck proto to separate file, use throughout (#150) 2018-01-17 11:15:38 -08:00