2 years ago
LogicMonitor "Application ELB" Datasource returns NoData instead of metric for ELB 5XX
We have noticed "HTTPCode_ELB_5XX_Count” Datapoint from "AWS_Application_ELB” Datasource configured to collect "Raw Data” from AWS ELB following the Metric path "AWS/ApplicationELB>LoadBalancer:##sys...
- 2 years ago
Yeah, for example AWS_ELB and others have complex datapoints that looks like this:
if(un(HTTPCode_Backend_5XX_Raw),0,HTTPCode_Backend_5XX_Raw)
Which will return 0 if HTTPCode_Backend_5XX_Raw is NoData. Perhaps you can update AWS_Application_ELB to work the same way. Or put in a LM feature request to implement it in future versions.