Unresolved
Details
Assignee
Scott ThelemanScott ThelemanReporter
Scott ThelemanScott ThelemanStory Points
3Components
Sprint
NoneAffects versions
Fix versions
Priority
Trivial
Details
Details
Assignee
Scott Theleman
Scott ThelemanReporter
Scott Theleman
Scott ThelemanStory Points
3
Components
Sprint
None
Affects versions
Fix versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created January 2, 2024 at 8:58 PM
Updated January 4, 2024 at 3:16 PM
auto-refreshed the Alarm Table Panel after an alarm was acknowledge/escalated/cleared/etc.
Grafana 9+ API doesn’t have any way to refresh the query, they specifically have removed this capability. The previous PR tried to get around this by “clicking” the dashboard Refresh button, but Grafana rejected our plugin due to this.
This task is to remove that, and instead optionally display a message to the user that the action succeeded or failed and let them know they have to manually refresh the panel or dashboard to get the latest results.