-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Demo Dashboard Application Metrics are not service specific #1624
Comments
The dashboard does behave as it is designed. Only some of the services emit custom application metrics, and what you see are several of those custom metrics displayed. Do note that not all custom app metrics are on that dashboard. I want to add infra metrics, but these are collected from the orchestration/infra layer and not the application layer. We have discussed it a couple of times in SIG meetings, and though we all want infra metrics for each component, doing it in a way that is packaged within the confines of the demo has proven to be the challenge. |
Anything against adding Then in the The configs would differ from docker to k8s, but I guess this is expected anyways. |
+1. I think it would make sense to create an issue just for |
@rogercoll: #1650 |
Bug Report
Which version of the demo you are using? 1.10.0
Symptom
The Application metrics panels in the Grafana Demo Dashboard are not service specific like other panels on the dashboard. This is confusing and also results in missing observability
What is the expected behavior?
What is the actual behavior?
Reproduce
Start version 1.10, open Grafana, go to Dashboard > Demo > Demo Application, and scroll down to the Application Metrics panel.
Additional Context
Beyond demonstrating the stable capabilities of OTel components, the demo application should also demonstrate that you can achieve observability. The Grafana Demo dashboard doesn't achieve this today.
Not a regression - this problem has existed since 1.7.0 and likely earlier.
The text was updated successfully, but these errors were encountered: