Skip to content
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

Support for displaying list of annotations per trace #238

Open
bendanye opened this issue Jul 3, 2024 · 2 comments
Open

Support for displaying list of annotations per trace #238

bendanye opened this issue Jul 3, 2024 · 2 comments
Labels

Comments

@bendanye
Copy link

bendanye commented Jul 3, 2024

Is your feature request related to a problem? Please describe.
I have a list of annotations and i would like to group data by using one of the annotations' key to create a dashboard

Describe the solution you'd like
A way to display list of annotations, could be adding a new query type or an option in the Trace List

Describe alternatives you've considered
I have tried but i could not get annotation display in a grafana dashboard using the plugin

Additional context
N/A

@idastambuk
Copy link
Contributor

idastambuk commented Jul 4, 2024

Hi @bendanye, thanks for submitting! I can confirm we don't display list of annotations anywhere for trace list results.
Are you still able to filter you traces by annotations by querying Trace List with annotation.{someKey} = {someValue}? If yes, that should still enable you to build dashboards you need.

We could add user annotations to our code completion in the code editor; however, right now we only have hard coded filters (from AWS docs). I will add this to our backlog but we currently don't have a timeline for it.

@idastambuk idastambuk moved this from Incoming to Backlog in AWS Datasources Jul 4, 2024
@jleben
Copy link

jleben commented Nov 9, 2024

I would also like to see a list of annotations supported.

My use case is that I would like to join the list of X Ray traces with data from another datasource by the value of an annotation. I believe that can not by achieved unless the X Ray trace list query actually returns the annotations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

3 participants