You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Click a service
Click on a span
Hover next to a field and click filter icon
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.
The text was updated successfully, but these errors were encountered:
What is the bug?
dashboards-observability/public/components/trace_analytics/components/traces/span_detail_flyout.tsx
Line 68 in 29e1b42
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 bespan.spanID
.How can one reproduce the bug?
Steps to reproduce the behavior:
durationInNanos: undefined
being addedWhat is the expected behavior?
A clear and concise description of what you expected to happen.
What is your host/environment?
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.
The text was updated successfully, but these errors were encountered: