Foglight Management Server (FMS) logs are being filled with the following error message:
WORKAROUND:
1. Go to the dashboard Dashboards | Administration | Data | Derived Metrics
2. Search a derived metric which name is "percentLimit", and click edit
3. Click Expression to change the expression code line as follows:
From:
limit = server.get("DataService").retrieveLatestValue(scope, "limit").getValue().getMax();
To:
limit = server.get("DataService").retrieveLatestValue(scope, "limit")?.getValue().getMax();
4. Validate then save the change
STATUS:
Waiting for fix in a future release of Foglight
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center