Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
02-18-2021 04:03 PM - last edited on 04-02-2024 05:44 PM by Ryan.Paredez
Description:
In a custom dashboard if you insert a widget with metric expression and have at least one one variable with the no data; the widget will display “No data Available”.
Example:
Let us consider you want to add metrics “Calls per Minute” and “Errors per Minute” of a Business Transaction in the metric expression. The Time Range that is set is “Last 30 minutes”.Let us assume that there are no errors that has been reported for that BT and there have been multiple calls per minute for that BT.
Ideally in this scenario widget should display values for calls per minute metric, but we see that the widget shows “No data Available”.
Resolution:
To overcome this issue, we need to set the com.appdynamics.metric.query.metricexpressions.tolerateNull flag to True in ControllerFlagServlet.
SaaS Environment:
If you are using a SaaS controller please reach out to AppDynamics support to enable this flag.
On-Prem Environment:
1. Login to <controllerURL>/controller/private/ControllerFlagsServlet
2. Use root@system and controller root password for login
3. Look for metricexpressions.tolerateNull field and set it to ‘true’
4. Hit Submit button.
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form