-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Per-route historical metrics #1737
Labels
area/cli
area/controller
area/proxy
area/telemetry
area/web
needs/more
priority/P0
Release Blocker
stage/proposal
Comments
Related to #187. |
Also related #1418 |
Any update on per-route metrics? Is it stubbed out in the UI and not implemented on the backend as of linkerd edge 18.11.2 as it appears here? |
@ctaggart it is on master (so it'll be in the next edge release). I believe most of the stuff you need is in 18.11.2 but the CLI pieces to actually see what is going on didn't land until earlier this week. |
lundbird
pushed a commit
to lundbird/linkerd2
that referenced
this issue
Mar 9, 2020
Fixes linkerd#1737 Signed-off-by: alex lundberg <[email protected]>
lundbird
pushed a commit
to lundbird/linkerd2
that referenced
this issue
Mar 9, 2020
Fixes linkerd#1737 Signed-off-by: alex lundberg <[email protected]>
lundbird
pushed a commit
to lundbird/linkerd2
that referenced
this issue
Mar 9, 2020
Fixes linkerd#1737 Signed-off-by: alex lundberg <[email protected]>
alpeb
pushed a commit
that referenced
this issue
Mar 27, 2020
* Add route dashboard to grafana instance Fixes #1737 Signed-off-by: alex lundberg <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area/cli
area/controller
area/proxy
area/telemetry
area/web
needs/more
priority/P0
Release Blocker
stage/proposal
Linkerd has metrics at the service level. These are valuable for understanding the general health of a service. Unfortunately, it is usually a specific route that is having problems. While it is possible to run
top
and get some metrics today, these are gathered in real time and not stored in prometheus.It should be possible to see per-route metrics alongside the existing per-service metrics (success rate, latency, throughput). These can improve the time to fixing issues and provide visibility into what is really happening.
User Stories
UX
CLI
GUI
Dashboards
Open Questions
The text was updated successfully, but these errors were encountered: