linkerd2/controller/api/public
Andrew Seigner 50c323c617
Use canonical k8s names, fix prom labels (#702)
The new statsummary command accepted friendly k8s names, which worked
for k8s queries, but Prometheus requires a specific key.

Modify the statsummary query to map friendly k8s names to canonical k8s
names when constructing the query. Then during the query, map the
canonical k8s name to a specific Prometheus label.

Fixes #695

Signed-off-by: Andrew Seigner <siggy@buoyant.io>
2018-04-06 12:34:54 -07:00
..
client.go Define a new telemetry Stat API (#663) 2018-04-03 14:45:58 -07:00
client_test.go Enable race detection in ci (#259) 2018-02-02 15:04:52 -08:00
grpc_server.go Start implementing conduit stat summary endpoint (#671) 2018-04-05 17:05:06 -07:00
grpc_server_test.go Exclude telemetry generated by the control plane when requesting depl… (#493) 2018-03-05 17:58:08 -08:00
http_server.go Use canonical k8s names, fix prom labels (#702) 2018-04-06 12:34:54 -07:00
http_server_test.go Define a new telemetry Stat API (#663) 2018-04-03 14:45:58 -07:00
proto_over_http.go Better error handling for Tap (#177) 2018-01-25 11:49:38 -05:00
proto_over_http_test.go Remove per-path metrics from telemetry pipeline (#317) 2018-02-09 14:20:28 -08:00
stat_summary.go Use canonical k8s names, fix prom labels (#702) 2018-04-06 12:34:54 -07:00
stat_summary_test.go Use canonical k8s names, fix prom labels (#702) 2018-04-06 12:34:54 -07:00
test_helper.go Define a new telemetry Stat API (#663) 2018-04-03 14:45:58 -07:00