-
Notifications
You must be signed in to change notification settings - Fork 327
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]: Not able to fetch metrics when tagging enabled. #574
Comments
I believe I'm seeing similar issue with apigateway. config: metrics:
- aws_namespace: AWS/ApiGateway
aws_metric_name: 5XX
aws_statistics: [Sum]
aws_dimensions: [ApiId]
aws_tag_select:
tag_selections:
Product: ["ABC"]
resource_type_selection: "apigateway:apis"
resource_id_dimension: ApiId Then only
|
@shubhadaR take a look here. |
Interesting, so we've started getting prefixes in the ID dimension during tag selection, but the would need to strip them out when fetching the metrics? |
@matthiasr i think this issue can be closed, because seems to be a configuration understanding. |
we tried to use AWS tag select feature However we only got aws_resource_info with tags but not aws resource metric.
config.yaml
The text was updated successfully, but these errors were encountered: