-
Notifications
You must be signed in to change notification settings - Fork 521
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
Feature Idea: Connecting Metrics to Traces #336
Comments
This is exactly what examplars are for. They are still pretty rough at this stage, and you don't get to control which activities are tracked by the exemplar. I would suggest this is a .NET 9 feature. |
The exemplar support is going to be shipped with the OpenTelemetry.NET 1.9 release next week. |
Clearing milestone so we can re-triage |
@samsp-msft I'm assuming this is something we will do eventually right? So can go back on Backlog (its not something we would not do ... its just about resources & priorities). |
@mitchdenny Exemplars is the cool new feature for OTel and something we will be making noise about. I want people to be able to use/view them for Aspire from the dashboard. |
Now that we have both Metrics and Traces in the dashboard, we should consider connecting the two, so I can drill in to data I see in my Metrics graphs, and figure out why something is taking so long.
For example, in the sample app, the first time I click the cart button on the top right, it causes a spike in duration of HTTP requests.
It would be great if I could drill in to that request to see what took so long.
One idea is to use exemplars, which is a feature in OpenTelemetry that allows getting a value in a histogram bucket and being able to see the trace ID for that value, so you can jump to a trace.
cc @davidfowl @JamesNK @samsp-msft
The text was updated successfully, but these errors were encountered: