Open harshajith opened 1 year ago
Hi @harshajith, were you able to figure this out. I am also facing the same issue and I am not able to understand the cause for getting the name="global" metrics in my output. Any help is appreciated.
+1, I'm also having the same issue
Quick fix is to use the dimensionNameRequirements field to filter between the ASG and EC2 metrics,
dimensionNameRequirements:
- InstanceId # Prevents returning autoscaling group names
Is there an existing issue for this?
Current Behavior
This is my search tag filter
Below is some sample results I got as metrics
It included
tag_Environment=""
as well astag_Environment="tbv"
metrics.Expected Behavior
I am expecting searchTags to filter the exact key/value pairs leaving unmatched empty values.
Steps To Reproduce
Version I am using is "v0.45.0-alpha"
Anything else?
No