You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…rces
Reverts almost entirely #1067
I wrongly deleted usage of the ApiGateway API, but the associator code
can't work correctly unless resources are filtered by ApiId first.
Added a comment in filters code to explain why we need to keep this
logic around.
Fixes#1331
Is there an existing issue for this?
YACE version
v0.57.0
Config file
Current Behavior
wget -q -O - http://localhost:5000/metrics| cut -d '{' -f 1 | grep -v -e '^#' -e yace | sort -u
Returns nothing
If I remove the
dimensionNameRequirements
from the config, then I getExpected Behavior
On version v0.56.0 and earlier
wget -q -O - http://localhost:5000/metrics| cut -d '{' -f 1 | grep -v -e '^#' -e yace | sort -u
returns
Steps To Reproduce
Anything else?
No response
The text was updated successfully, but these errors were encountered: