-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
This is in progress for Logs, but can be added for other Drilldown Apps.
From doc:
The Asserts insights timeline widget component extension was released as a PoC for ObsCon to show the capabilities of integrating Asserts into more contexts throughout Grafana (e.g. Drilldown).
However, as the component is not currently part of the visualization, there are a few classes of problems that arise:
- UI
- It is not obvious that it is aligned with the x-axis of the time-series panel
- Inconsistent with other visualizations
- Rendered below the legend
- Data
- Component makes 3 API calls
- Each instance of the component makes duplicate API calls
- Integration
- Component only takes service_name label
- The component was not designed to be integrated in multiple panels
- Must be manually added below individual visualizations
- React component cannot be integrated with visualizations in scenes
- Preventing use in drilldown panel grids and other application/dashboard contexts
Reactions are currently unavailable