-
Notifications
You must be signed in to change notification settings - Fork 12
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
Fix X-Ray Service Map filter trace list query #203
Fix X-Ray Service Map filter trace list query #203
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @jamesrwhite thanks so much for the contribution and your notes on the original issue!
To reproduce: I queried the Service Map, switched to Node Graph visualization, and chose a node and selected Traces > All.
I tested out the changes locally on:
- v8.4.7 - OK
- v8.5.1 - OK
- v9.4.0 - OK
- latest main v10.3.0-pre - OK
I was able to see the subtitle variable transform correctly.
Co-authored-by: Shirley <4163034+fridgepoet@users.noreply.github.com>
Hi again @jamesrwhite, I got some help from @idastambuk to write a test to describe what we're doing here. It's the last commit on another branch 3c0d131 |
@fridgepoet Absolutely, thanks for that. I've just merged that branch into this one 🚀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Thanks so much for your contribution!
This fixes #153
I have tested it on Grafana
8.4.11
and10.1.2
.I tried to use the
NodeGraphDataFrameFieldNames.subTitle
enum directly to generate the query but was struggling to get that to build correctly. If there's a better way to achieve this please point me in that direction and I'll happily change it, I'm aware this approach is pretty hacky 😅