Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[metrics]: StepFunction Metrics Not Exported #725

Open
SkylarLNH1029 opened this issue Aug 22, 2024 · 0 comments
Open

[metrics]: StepFunction Metrics Not Exported #725

SkylarLNH1029 opened this issue Aug 22, 2024 · 0 comments
Labels
metrics-configuration How to configure specific metrics for collection

Comments

@SkylarLNH1029
Copy link

SkylarLNH1029 commented Aug 22, 2024

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/States
aws_metric_name: ExecutionStarted
aws_dimensions:
- StateMachineArn
aws_statistics:
- Maximum
- Minimum
- Average
- Sum
range_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.

@SkylarLNH1029 SkylarLNH1029 added the metrics-configuration How to configure specific metrics for collection label Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
metrics-configuration How to configure specific metrics for collection
Projects
None yet
Development

No branches or pull requests

1 participant