Philipp Gassmann

Results 45 comments of Philipp Gassmann

@valyala the $field_filters are just dashboard variables that could be placed anywhere by the user (when building a dashboard). Using the right filters should be up to the user. Converting...

your proposal changes the meaning of the word filter syntax to be the same as exact match. `field:$field_filter` should not be the same as `field:in($field_filter)` > app:(buggy_app OR foobar), which...

Instead of modifying the query string, the ad hoc filters could be passed as extra_filters. From: https://github.com/VictoriaMetrics/victorialogs-datasource/issues/293#issuecomment-2831359370 by @valyala > VictoriaLogs accepts multiple `extra_filters` query args across all the supported...

@jimsalterjrs what are your plans for creating a new release of sanoid? there are some useful features on master. only when it's released these features will then also trickle into...

@tiny-pangolin `(tags.host:$host)` is probably not what you want, the tags:host label is applied only to the first value. the bracket should be after the label. i found that `host:in($host)` works...