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
{{ message }}
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.
The cloudwatch plugin with it's methods query() and query_one() do always require a defined dimension and also does validate it's content. But there are metrics in cloudwatch that do not have any dimension. so these metrics cannot be monitored using zmon. although there is support for "*" and "NOT_SET" for metrics names in the plugin, this still requires a dimension.
In our example we need to monitor SNS SMS costs, the cloudwatch metric for these is created automatically by SNS and it has no dimension:
The text was updated successfully, but these errors were encountered:
The cloudwatch plugin with it's methods query() and query_one() do always require a defined dimension and also does validate it's content. But there are metrics in cloudwatch that do not have any dimension. so these metrics cannot be monitored using zmon. although there is support for "*" and "NOT_SET" for metrics names in the plugin, this still requires a dimension.
In our example we need to monitor SNS SMS costs, the cloudwatch metric for these is created automatically by SNS and it has no dimension:
The text was updated successfully, but these errors were encountered: