Hey,
After we have upgraded to version 1.6.9 we have encountered an issue with the way we filter service tags.
We see that the syntax has changed but we can’t figure out how to filter for multiple values in a list (and not a list of expressions).
For example, if i want to query ‘zookeeper-zembidder’ service and filter for ‘scrapeport-5582’ and ‘hostType-metal’ tags, is my only way to do it is calling:
/v1/health/service/zookeeper-zembidder?filter=“scrapeport-5582” in Service.Tags or “hostType-metal” in Service.Tags
Or can i do something like “zookeeper-zembidder"or "scrapeport-5582” in Service.Tags?