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

feat(dashboards-eap): Add extrapolation message to viewer #83658

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

narsaynorath
Copy link
Member

Adds confidence as a widget viewer context prop. When the data is fetched in spanWidgetQueries we call onDataFetched with the confidence. I updated the onDataFetched to overwrite keys instead of the whole object so I can add the new confidence key.

That's set inside data in the widget card. Then, when the expand icon gets clicked, that data gets passed down to a call that sets the widget viewer context. That widget viewer context is used in detail.tsx to supply a confidence value to the openWidgetViewerModal function

@narsaynorath narsaynorath requested a review from a team as a code owner January 17, 2025 17:48
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jan 17, 2025
Copy link

codecov bot commented Jan 17, 2025

Bundle Report

Changes will increase total bundle size by 31.29MB (100.0%) ⬆️⚠️, exceeding the configured threshold of 5%.

Bundle name Size Change
app-webpack-bundle-array-push 31.29MB 31.29MB (100%) ⬆️⚠️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants