-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
feat(dashboards): enable new visulization widget for span widgets #104337
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
feat(dashboards): enable new visulization widget for span widgets #104337
Conversation
| data: series.data.map(dataUnit => [ | ||
| typeof dataUnit.name === 'number' | ||
| ? dataUnit.name | ||
| ? dataUnit.name / 1000 |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
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.
tested and seems to work fine for release widgets
❌ 1 Tests Failed:
View the top 1 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
| data: series.data.map(dataUnit => [ | ||
| typeof dataUnit.name === 'number' | ||
| ? dataUnit.name | ||
| ? dataUnit.name / 1000 |
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.
tested and seems to work fine for release widgets
Enable new visualization widget with spans dataset
Tested in a few places, here's an example in queries
