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
Hiya. Thank you for reporting the issue. As per the documentation, tags is not the supported attribute in infinity datasource traces format yet. So adding this as feature request.
yesoreyeram
changed the title
[Bug] Unable to parse traces data with tags.
[Feature Request] Unable to parse traces data with tags.
Nov 11, 2024
Describe the bug
trace data include tags parse error
Steps to reproduce
Provide steps to reproduce the issue.
Note: bugs will be fixed only if enough information provided to reproduce the issue
Sample Data
[ { "serviceName": "s1", "operationName": "get", "duration": 1, "startTime": 17000000, "spanID": "s1", "parentSpanID": "ps1", "traceID": : "t1", "tags": [ { "key": "k", "value": "v" } ] } ]
Screenshots
If applicable, add screenshots to help explain your problem.
Version Details:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: