I'm trying to build a detector with signalfx and I want to make a filter query on a daat stream that will fetch me metrics with dimension name "foo" and value "baz" but also ones that do not have this dimension at all. I've been trying something like this:
filter('foo', 'baz', None)
filter('foo', 'baz', '')
but it just proudces errors.