You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying the cloudwatchHandler but for some reason I can't make it work.
The connection with cloudwatch works fine, but during the cloudwatch.process function , metric.getMetricPath() return nothing so the comparison fails without any log message.
diamond[13010] DEBUG diamond cloudwatch.process:186 Comparing Collector: [loadavg] with (loadavg) and Metric: [01] with ()
Here is my config
[[cloudwatchHandler]]
region = us-west-2
[[[LoadAvg01]]]
collector = loadavg
metric = 01
namespace = os
name = Avg01
unit = None
[collectors]
[[default]]
enabled = False
# path_suffix = os
[[LoadAverageCollector]]
enabled = True
Also, I probably misinterpreted the config with the namespace, but if I add path_suffix = os to my collectors, the comparison log:
Comparing Collector: [loadavg] with (os) and Metric: [01] with ()
The text was updated successfully, but these errors were encountered:
Closing as we haven't seen any other reports and there hasn't been any update to this issue. Its possible that your IAM permissions were incorrect, resulting in null values.
I'm trying the cloudwatchHandler but for some reason I can't make it work.
The connection with cloudwatch works fine, but during the cloudwatch.process function , metric.getMetricPath() return nothing so the comparison fails without any log message.
Here is my config
Also, I probably misinterpreted the config with the namespace, but if I add path_suffix = os to my collectors, the comparison log:
The text was updated successfully, but these errors were encountered: