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 Sep 24, 2021. It is now read-only.
I have had debug=true in my CloudWatch adapter and looking to scale using the external metric NumberOfMessagesReceived in my SQS queue. While the aws console is showing a good enough count. The api response is always zero. Also I tried using the cmd
As suggested in another closed issue related to this but even by adjusting period, time, stat or unit. I am not able to get any datapoint while the cloudwatch graphs are showing data values much greater than zero.
I have had debug=true in my CloudWatch adapter and looking to scale using the external metric NumberOfMessagesReceived in my SQS queue. While the aws console is showing a good enough count. The api response is always zero. Also I tried using the cmd
aws cloudwatch get-metric-statistics --metric-name ApproximateNumberOfMessagesVisible --start-time 2020-09-12T01:00:00z --end-time 2020-09-12T01:10:00z --period=60 --namespace AWS/SQS --statistics Average --dimensions Name=QueueName,Value=sn_push_user_incoming_queue_dev --unit Count
As suggested in another closed issue related to this but even by adjusting period, time, stat or unit. I am not able to get any datapoint while the cloudwatch graphs are showing data values much greater than zero.
Action=GetMetricData&EndTime=2021-05-14T22%3A42%3A00Z&MetricDataQueries.member.1.Id=sqs_ccplink&MetricDataQueries.member.1.Label=&MetricDataQueries.member.1.MetricStat.Metric.Dimensions.member.1.Name=QueueName&MetricDataQueries.member.1.MetricStat.Metric.Dimensions.member.1.Value=ccp-link-request-queue-beta&MetricDataQueries.member.1.MetricStat.Metric.MetricName=NumberOfMessagesReceived&MetricDataQueries.member.1.MetricStat.Metric.Namespace=AWS%2FSQS&MetricDataQueries.member.1.MetricStat.Period=1&MetricDataQueries.member.1.MetricStat.Stat=Sum&MetricDataQueries.member.1.MetricStat.Unit=Count&MetricDataQueries.member.1.ReturnData=true&ScanBy=TimestampDescending&StartTime=2021-05-14T22%3A37%3A00Z&Version=2010-08-01 2021/05/14 22:42:17 DEBUG: Response monitoring/GetMetricData Details:
The text was updated successfully, but these errors were encountered: