All work
- Convert Alarm Table Panel to ReactOPG-314Alberto
- OpenNMS Datasources error when configuringOPG-173Resolved issue: OPG-173
- Document Flow Deep Dive DashboardOPG-285Resolved issue: OPG-285Bonnie Robinson
- Cannot add an Alarm Table widget when using Grafana 6.6.xOPG-229Resolved issue: OPG-229
- Decommission Helm on BambooOPG-220Resolved issue: OPG-220
- Documentation ImprovementsOPG-203Resolved issue: OPG-203Bonnie Robinson
- Add optional flag to REST Measurement API calls based on NMS-12461OPG-199Resolved issue: OPG-199
- Deprecation warnings related to kbn.stringToJsRegex()OPG-176Resolved issue: OPG-176
- after first autocomplete, variables no longer show all options when first clicked in filter panelOPG-164Resolved issue: OPG-164Benjamin Reed
- SingleStat Panel Wrong in HelmOPG-122Resolved issue: OPG-122
- Alarm query only accepts node.label not node.id / node.FS:IDOPG-94Resolved issue: OPG-94
- Options tab in Alarm Table shows OpenNMS homepageOPG-90Resolved issue: OPG-90Jesse White
- Can't select resources because paging is missingOPG-82Resolved issue: OPG-82
- A method to allow Node Name (or sysName) to be passed to Grafana panelsOPG-67Resolved issue: OPG-67
- Major alarms have no mouse hover color in the Alarm TableOPG-61Resolved issue: OPG-61
- MomentJS warning after running sample codeOPG-58Resolved issue: OPG-58Jesse White
- Grafana fails with empty return setOPG-49Resolved issue: OPG-49Jesse White
- Add troubleshooting datasources to the documentationOPG-44
- Show a non crypting error message to the userOPG-39Resolved issue: OPG-39Markus von Rüden
- By default the filter is limiting on 1000 alarmsOPG-37Resolved issue: OPG-37Markus von Rüden
- Convert Entity Datasource test to migrated react codeOPG-363Alberto
- Implement missing filtering mechanismsOPG-361Jeff Gehlbach
- Convert Flow Datasource to ReactOPG-355Alberto
- Unable to filter Entity DS from a nodes() variableOPG-343Scott Theleman
- Expand documentation on Entity Datasource's nodes() filterOPG-339Resolved issue: OPG-339Mark Mahacek
- Alarm details page window has a static sizeOPG-330Alberto
- Query editor does not display in Grafana 9OPG-328Alberto
- Location and Application filtering in Helm FlowDSOPG-324Resolved issue: OPG-324
- Document resource label changes, fix typoOPG-315Resolved issue: OPG-315Alberto
- Resource Label Cleanup in Grafana GraphsOPG-308Resolved issue: OPG-308Alberto
- String values not availableOPG-292Resolved issue: OPG-292
- Handle invalid input into DSCP filterOPG-282Resolved issue: OPG-282Stefan Wachter
- Node Query view visual issuesOPG-275
- Cannot create panel from scratch on Helm v6 Docker containerOPG-271Resolved issue: OPG-271
- Filter panel can not be createdOPG-266Resolved issue: OPG-266Stefan Wachter
- Cannot use grafana-image-renderer with Helm's Docker imageOPG-265Resolved issue: OPG-265Bonnie Robinson
- Install Latest Version With Grafana CLI ToolOPG-250Resolved issue: OPG-250
- Add operator instructions into the alarm pageOPG-185Resolved issue: OPG-185
- Flow Histogram Panel - Improve LegendOPG-156Resolved issue: OPG-156
- Scrolling issue in alarm details viewOPG-89Resolved issue: OPG-89
- Helm Data Source DocumentationOPG-74Resolved issue: OPG-74
- Display notice after Alarm Panel action instead of refreshing panelOPG-474Scott Theleman
- Document that variables must now be defined prior to use in expressionsOPG-418Bonnie Robinson
- Create OPG 9.0.2 version and move HELM-403 fixVersion to that versionOPG-409Morteza
- Fix Perf DS mapping of subAttribute/datasourceOPG-493Scott Theleman
- Fix the package validation error in Grafana PluginOPG-490Morteza
- Incorrect variable interpolation for Performance queries when multiple variables have similar namesOPG-488Scott Theleman
- Values are not retained if using variables in dropdown in Performance queriesOPG-483Scott Theleman
- Dependency updates April 2024: swc, etc.OPG-479Scott Theleman
- Alarm Table Panel Pagination not working correctlyOPG-478Scott Theleman
50 of 489
Convert Alarm Table Panel to React
Unresolved
Description
Lucidchart Diagrams
Details
Assignee
AlbertoAlbertoReporter
Benjamin ReedBenjamin ReedSprint
NoneFix versions
Priority
Critical
Details
Details
Assignee
Alberto
AlbertoReporter
Benjamin Reed
Benjamin ReedSprint
None
Fix versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created March 30, 2022 at 1:52 PM
Updated May 10, 2023 at 7:27 PM
Activity
Show:
Scott ThompsonDecember 15, 2022 at 5:39 PM
PR #1 for this is up here: https://github.com/OpenNMS/opennms-helm/pull/580
This is more of a PR to get the repo synced up before my PTO. It’s in a really good place though, so it’s ready if someone wants to test it, or take over development to get it 100% of the way there. I suspect it’s about 90% of the way so far, testing being a good chunk of that remaining 10%.
The Helm Alarm Table Panel was originally based on Grafana's
table
panel.Even Grafana decided trying to port it to React would be too much trouble, and instead they implemented a new React-based table called
table2
. 🙂(Suggestion: look into whether it's possible to subclass or extend their table as much as possible, rather than copying it wholesale like we did for the first implementation.)