-
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
[grafana] Add Exemplars Dashboard #1836
[grafana] Add Exemplars Dashboard #1836
Conversation
I found that the exemplar links to Jaeger would result in not-found traces because they expired out of Jaeger too quickly. Only after manually increasing Jaeger's capacity in docker-compose was I able to get the links to work. To make this feature usable, we need to give Jaeger more trace capacity and memory limits. This is likely for another issue, but we may want to examine the telemetry load as a whole within the context of the demo. There may be telemetry optimizations we could make, maybe even altering the load velocity so telemetry can live in memory longer before aging out due to memory limits. |
…shboard' into grafana/add-exemplars-dashboard
Oh wow! Thanks @puckpuck!!! |
Very cool, thanks for setting this up. I did a talk at KubeCon about exemplars using this repo. It might be worth linking to for more info about how it works. https://www.youtube.com/watch?v=zYF1JIZmpI4&list=PLj6h78yzYM2Pw4mRw4S-1p_xLARMqPkA7&index=136 |
This is really cool! |
Changes
Companion PR of #1830.
This PR adds a Dashboard to Grafana to view Exemplars added to CartService.
Merge Requirements
For new features contributions, please make sure you have completed the following
essential items:
CHANGELOG.md
updated to document new feature additionsMaintainers will not merge until the above have been completed. If you're unsure
which docs need to be changed ping the
@open-telemetry/demo-approvers.