-
Notifications
You must be signed in to change notification settings - Fork 329
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]: AWS/SNS: Metrics NumberOfNotificationsDelivered/NumberOfNotificationsFailed do not get exported #596
Comments
Update: I just ran cloudwatch-exporter with "warn_on_empty_list_dimensions: true" |
Any help would be greatly appreciated :) |
Hi @matthiasr |
@LiuQhahah EDIT: |
@LiuQhahah When producing a "failed SMS delivery" I do get Datapoints in Cloudwatch metrics: Hovering over the graphed metrics in Cloudwatch metrics I see following details: Namespace Namespace Based on this information I use following Cloudwatch exporter config:
Cloudwatch-Exporter is giving me following errors: Hope this helps :) |
I try to reproduce the issue. When I add the PhoneNumber dimension, I found the result is empty from the response (see pic below). Can you debug it and check if the response is empty? the related file: |
@LiuQhahah Thanks a lot for looking into this! :) |
Context information
Exporter configuration
Exporter logs
What do you expect to happen?
"NumberOfNotificationsDelivered" and "NumberOfNotificationsFailed" should be exported.
What happened instead?
Although I get datapoints in Cloudwatch metrics for "NumberOfNotificationsDelivered" and "NumberOfNotificationsFailed" they do not show up when calling metrics-endpoint of cloudwatch-exporter via: curl localhost:9095/metrics
Metrics "NumberOfMessagesPublished" and "PublishSize" DO show up though.
The text was updated successfully, but these errors were encountered: