linkerd2/web
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
..
app Various small UI tweaks (#234) 2018-01-31 18:09:15 -08:00
srv Add more prometheus instrumentation (latency, response size) (#174) 2018-02-01 09:50:31 -08:00
templates Remove namespace property from the Conduit web app (#10) 2017-12-08 15:38:04 -08:00
util/filesonly Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
Dockerfile Set conduit version to match conduit docker tags (#208) 2018-01-26 11:43:45 -08:00
main.go Set conduit version to match conduit docker tags (#208) 2018-01-26 11:43:45 -08:00