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

Modify query building and response processing to support raw Jaeger traces #384

Open
idastambuk opened this issue May 10, 2024 · 0 comments

Comments

@idastambuk
Copy link
Contributor

idastambuk commented May 10, 2024

Raw jaeger traces have some fields stored under different names. For example operationName instead of name. This means we have to modify our queries to aggregate different fields, as well as modify response processing for service map + traces in general to target different fields and store them in grafana-recognizable format (for displaying spans, for example).
There's still an open question about how we should detect if we're querying Jaeger or Data Prepper data. Open Search Dashboards solve this by having a dropdown and building queries on the basis of that:

Screenshot 2024-05-10 at 17 07 38

We currently don't have a test app for this, so that should be the first step.

@idastambuk idastambuk moved this from Incoming to Backlog in AWS Datasources May 13, 2024
@katebrenner katebrenner changed the title Service Map: Modify query building and response processing to support raw Jaeger traces Modify query building and response processing to support raw Jaeger traces Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant