Comments
-
We have to distinguish two situations here: * Value returned by API Poller exceeds thresholds, its status should be critical or warning. * There is an error in polling, value is not returned. Status of API Poller is Down. It seems we have the second situation in your example. Polling fails and PerfStack does not show empty…
-
Yes, it is possible to change credentials assignment for both: AppInsights and SAM Applications. For AppInsights you have to update settings in Orion.APM.ApplicationSettings entity. This can be done with a sample PowerShell script: # Setting key may differ depending on AppInsight selection. $query = "SELECT Uri FROM…