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

[BUG] Jaeger span field filters not working #1423

Closed
joshuali925 opened this issue Feb 7, 2024 · 1 comment
Closed

[BUG] Jaeger span field filters not working #1423

joshuali925 opened this issue Feb 7, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@joshuali925
Copy link
Member

What is the bug?

Thes fields are hard coded to data-prepper schema, when used by Jaeger schema they no longer get the correct field value. For example for span id field, it will try span.spanId, but in Jaeger schema it should be span.spanID.

How can one reproduce the bug?
Steps to reproduce the behavior:

  1. Click a service
  2. Click on a span
  3. Hover next to a field and click filter icon
  4. See durationInNanos: undefined being added

What is the expected behavior?
A clear and concise description of what you expected to happen.

What is your host/environment?

  • OS: [e.g. iOS]
  • Version [e.g. 22]
  • Plugins

Do you have any screenshots?
If applicable, add screenshots to help explain your problem.

Do you have any additional context?
Add any other context about the problem.

@joshuali925 joshuali925 added bug Something isn't working untriaged labels Feb 7, 2024
@Swiddis Swiddis removed the untriaged label Mar 25, 2024
@joshuali925
Copy link
Member Author

fixed in #1428

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants