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 deployed a cloudwatch exporter, all my other metrics are successfully exported, eg.ECS, ALB, Billing ...
However, I added a few AWS/States (StepFunction) metrics in my config.
My config for step function metrics:
aws_namespace: AWS/Statesaws_metric_name: ExecutionStartedaws_dimensions:
- StateMachineArnaws_statistics:
- Maximum
- Minimum
- Average
- Sumrange_seconds: 3600
I don't see any aws_states_XXX metrics being exported.
I see metrics for the exporter with "created total = 0":
cloudwatch_metrics_requested_total{..., metric_name="ExecutionStarted", namespace="AWS/States"} = 188
cloudwatch_metrics_requested_created_total{..., metric_name="ExecutionStarted", namespace="AWS/States"} = 0
This is definitely not a permission issue, as my other metrics are successfully exported
What am I missinh? How can I debug.
The text was updated successfully, but these errors were encountered:
I deployed a cloudwatch exporter, all my other metrics are successfully exported, eg.ECS, ALB, Billing ...
However, I added a few AWS/States (StepFunction) metrics in my config.
My config for step function metrics:
I don't see any aws_states_XXX metrics being exported.
I see metrics for the exporter with "created total = 0":
cloudwatch_metrics_requested_total{..., metric_name="ExecutionStarted", namespace="AWS/States"} = 188
cloudwatch_metrics_requested_created_total{..., metric_name="ExecutionStarted", namespace="AWS/States"} = 0
This is definitely not a permission issue, as my other metrics are successfully exported
What am I missinh? How can I debug.
The text was updated successfully, but these errors were encountered: