mirror of https://github.com/linkerd/linkerd2.git
* Fixes #4305 Fixed SP route for `POST /api/v1/query`: ``` $ bin/linkerd routes -n linkerd deploy/linkerd-prometheus ROUTE SERVICE SUCCESS RPS LATENCY_P50 LATENCY_P95 LATENCY_P99 GET /api/v1/query_range linkerd-prometheus 100.00% 3.9rps 1ms 2ms 2ms GET /api/v1/series linkerd-prometheus 100.00% 1.1rps 1ms 1ms 1ms POST /api/v1/query linkerd-prometheus 100.00% 3.1rps 1ms 17ms 19ms [DEFAULT] linkerd-prometheus - - - - - ``` Also added one missing route for `linkerd-grafana`, realizing afterwards there are many other ones missing, but not really worth adding them all. I also removed the routes in `linkerd-controller` for the tap routes given that's no longer handled in that service. And the tap service SP was also removed alltogether since nothing was getting reported. |
||
---|---|---|
.. | ||
template.go |