Dimensionless Cloudwatch Metrics
I've been creating datasources to collect our custom AWS Cloudwatch metrics as per the docs: https://www.logicmonitor.com/support/monitoring/cloud/monitoring-custom-cloudwatch-metrics/ - mainly this is fine...
However it can't cope with dimensionless metrics: "Namespace>Dimensions>Metric>AggregationMethod
, where Dimensions should be one or more key value pairs"
I've tried creating datapoints without a dimension but it returns NAN (probably because LM requires "one or more key value pairs" for dimensions).
We currently use a Python script to collect most our custom metrics but it's resource intensive for our collectors and I'm trying to move away from it.
Does anyone know of a way to use the 'AWS CLOUDWATCH' collector with dimensionless metrics?