We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.57.0,0.62.1
apiVersion: v1alpha1 discovery: exportedTagsOnMetrics: AWS/ApplicationELB: - test_cloudwatch_exporter jobs: - addCloudwatchTimestamp: true metrics: - name: ActiveConnectionCount statistics: - Sum - name: RequestCountPerTarget statistics: - Sum period: 60 regions: - ap-northeast-2 roles: - roleArn: arn:aws:iam::<REDACTED>:role/cloudwatch-exporter searchTags: - key: test_cloudwatch_exporter value: true type: AWS/ApplicationELB
cloudwatch exporter returns RequestCountPerTarget metric for all Target Group in account.
RequestCountPerTarget
cloudwatch exporter should return RequestCountPerTarget metric for only TargetGroup linked to LoadBalancer which has test_cloudwatch_exporter=true tag
test_cloudwatch_exporter=true
Then it returns target group metric for all TG
And then...
Then it returns target group metric correctly.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
YACE version
0.57.0,0.62.1
Config file
Current Behavior
cloudwatch exporter returns
RequestCountPerTarget
metric for all Target Group in account.Expected Behavior
cloudwatch exporter should return
RequestCountPerTarget
metric for only TargetGroup linked to LoadBalancer which hastest_cloudwatch_exporter=true
tagSteps To Reproduce
test_cloudwatch_exporter=true
tagtest_cloudwatch_exporter=true
tagThen it returns target group metric for all TG
And then...
test_cloudwatch_exporter=true
tagtest_cloudwatch_exporter=true
tagThen it returns target group metric correctly.
Anything else?
No response
The text was updated successfully, but these errors were encountered: