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

[BUG] unable to pull metrics from the specified AmazonMWAA instance using searchTags #1533

Open
1 task done
ninad-opsverse opened this issue Oct 1, 2024 · 0 comments
Open
1 task done
Labels
bug Something isn't working

Comments

@ninad-opsverse
Copy link

ninad-opsverse commented Oct 1, 2024

Is there an existing issue for this?

  • I have searched the existing issues

YACE version

I am using the latest YACE version - v0.61.2

Config file

config: |-
  apiVersion: v1alpha1
  sts-region: us-east-1
  discovery:
    jobs:
      - type: AmazonMWAA
        length: 60
        period: 60
        searchTags:
          - key: airflow
            value: dev
        regions:
          - us-east-1
        metrics:
          - name: SLAMissed
            statistics:
              - Average
          - name: FailedSLACallback
            statistics:
              - Average
          - name: Updates
            statistics:
              - Average
          - name: Orphaned
            statistics:
              - Average

Current Behavior

I have 2 airflow instances deployed on aws named mwaa-dev and mwaa-prod.

I have the following tags on the instances -
mwaa-dev -> airflow: dev
mwaa-prod -> airflow: prod

According to the configured searchTags I should be receiving metrics from mwaa-dev instance only. But I am able to see metrics for both the instances.

Expected Behavior

Metrics of only the configured mwaa instance(mwaa-dev) should be visible.

Steps To Reproduce

No response

Anything else?

No response

@ninad-opsverse ninad-opsverse added the bug Something isn't working label Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant