-
Notifications
You must be signed in to change notification settings - Fork 14
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
Panel Menus #892
Panel Menus #892
Conversation
… aggregation update
…election-manual-panel-queries
…election-manual-panel-queries__combobox
…election-manual-panel-queries
…o gtk-grafana/service-selection-manual-panel-queries__combobox
…election-manual-panel-queries
…o gtk-grafana/service-selection-manual-panel-queries__combobox
…election-manual-panel-queries__combobox
…election-manual-panel-queries__combobox__service-selection-labels
…bobox__service-selection-labels' into gtk-grafana/issues/890/panel-menus
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.
Works good! I really like that.
// @todo rewrite the AddToExplorationButton | ||
// Manually activate scene | ||
this.state.addToExplorations?.activate(); |
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.
👍 I can take a GH issue for that.
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.
The "Explore" link on distinct values does not include that value filter. Not really something for this PR, but good followup.
const sceneGridItem = sceneGraph.getAncestor(sceneRef, SceneCSSGridItem); | ||
const queryProvider = sceneGraph.getData(sceneGridItem); |
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.
Did this get lost?
#892 (comment)
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.
Nope, that change is what introduced the bugs on label value panels so I reverted
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.
Interesting, sounds good. Let's merge!
Waiting on grafana/grafana#96865 before taking out of draft, I can remove the css hacks and wrapping element if that proposal is accepted.
Fixes: #890
Adds VizPanelMenu to all time-series
Adds link to explore to VizPanelMenu
Adds support for addToExplorations feature in VizPanelMenu
TODO:
With investigations enabled:
Without investigations enabled: