I'm facing a problem. Need help. I'll be sharing a...
# support
a
I'm facing a problem. Need help. I'll be sharing a loom video and the cloudwatch exporter configurations below.
s
Why would send one line messages to whole channel?
That's the least sane thing to do
a
Sorry !
Yace exporter https://github.com/nerdswords/yet-another-cloudwatch-exporter https://sysdig.com/blog/monitor-amazon-sqs-prometheus/ config
Copy code
apiVersion: v1alpha1
sts-region: ap-south-1
static:
  - namespace: "AWS/SQS"
    name: "signoz-queue-yace"
    regions:
      - ap-south-1
    dimensions:
      - name: QueueName
        value: "signoz-queue"
      - name: QueueName
        value: "test-queue"
    metrics:
      - name: ApproximateAgeOfOldestMessage
        statistics:
          - Maximum
        period: 60
        length: 60
      - name: ApproximateNumberOfMessagesDelayed
        statistics:
          - Average
        period: 60
        length: 60
      - name: ApproximateNumberOfMessagesNotVisible
        statistics:
          - Average
        period: 60
        length: 60
      - name: ApproximateNumberOfMessagesVisible
        statistics:
          - Average
        period: 60
        length: 60
      - name: NumberOfEmptyReceives
        statistics:
          - Sum
        period: 60
        length: 60
      - name: NumberOfMessagesDeleted
        statistics:
          - Sum
        period: 60
        length: 60
      - name: NumberOfMessagesReceived
        statistics:
          - Sum
        period: 60
        length: 60
      - name: NumberOfMessagesSent
        statistics:
          - Sum
        period: 60
        length: 60
      - name: SentMessageSize
        statistics:
          - Sum
          - Average
        period: 60
        length: 60
https://www.loom.com/share/08cfccd6a2254331a0762ba68039e6b5 https://www.loom.com/share/6a9cedbb02824506b09da2bc1db92490
s
@Animesh Das can you please describe the problem?
a
The issue with calculation itself. Vishal and I had checked together with aws cloudwatch metrics. The graphs i made with yace exporter are giving incorrect metrics.