You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When clicking on the NR1 status widget in the dashboard with the "Default" value selected in the timepicker, no chart data is displayed.
Steps to Reproduce
Open the dashboard in New Relic that uses the NR1 Status Widget nerd pack.
Click on the Status widget.
Ensure the "Default" value is selected in the timepicker.
Observe that no chart data is shown.
Expected Behaviour
When the "Default" value is selected, the chart should display data for the past hour by default.
Relevant Logs / Console output
Your Environment
NR1 CLI version used: latest
Browser name and version: chrome and edge
Operating System and version: windows
Additional context
Solution (from New Relic team):
The New Relic team added a default duration of "since 1 hour ago" to the query when the "default" value is selected in the dashboard timepicker. This resolves the issue and allows the chart to display data for the past hour by default.
This fix has been tested locally and resolves the issue.
Suggested Fix:
Implement a default duration query for the "default" value in the dashboard timepicker to show data from the past hour by default.
The text was updated successfully, but these errors were encountered:
Hi @HarishNukala77 - thanks for opening this. There are 4 widgets in the status widget pack - are you seeing this for all the widgets or for a specific widget type?:
NRQL Status Widget
NRQL Status Timeline Widget
NRQL Status Table Widget
Entity Status Widget
Also, could you share which New Relic url you are using - one.newreli.com or eu.newrelic.com?
Hi @HarishNukala77 can you share what you've got in the configuration options on the side and a screenshot if possible please.
We are unable to replicate and have many who have the time picker left on default, so this is difficult to debug without some additional information.
Hi @HarishNukala77 can you share what you've got in the configuration options on the side and a screenshot if possible please. We are unable to replicate and have many who have the time picker left on default, so this is difficult to debug without some additional information.
This should be fixed in #83 now. The default time range is set to 60 minutes now to match the platform default range, and the incorrect time clause issue should no longer happen.
Description
When clicking on the NR1 status widget in the dashboard with the "Default" value selected in the timepicker, no chart data is displayed.
Steps to Reproduce
Open the dashboard in New Relic that uses the NR1 Status Widget nerd pack.
Click on the Status widget.
Ensure the "Default" value is selected in the timepicker.
Observe that no chart data is shown.
Expected Behaviour
When the "Default" value is selected, the chart should display data for the past hour by default.
Relevant Logs / Console output
Your Environment
Additional context
Solution (from New Relic team):
The New Relic team added a default duration of "since 1 hour ago" to the query when the "default" value is selected in the dashboard timepicker. This resolves the issue and allows the chart to display data for the past hour by default.
This fix has been tested locally and resolves the issue.
Suggested Fix:
Implement a default duration query for the "default" value in the dashboard timepicker to show data from the past hour by default.
The text was updated successfully, but these errors were encountered: