Added
labelSelectorparameter on the Sift tools (find_error_pattern_logs,find_slow_requests), accepting PromQL/LogQL stream selector syntax so investigations can be scoped with regex and negative matchers (e.g.{namespace=~"prod.*", cluster="us-east-1"}) rather than exact label equality only. Breaking: this replaces the previous requiredlabelsmap parameter on those tools (#1165)
Fixed
run_panel_querynow routes on the datasource's real type rather than the type recorded in the dashboard panel, so--loki-enforced-matcherscan no longer be bypassed by a panel that mislabels a Loki datasource (#1169)- The default-organisation warning is no longer logged at startup when dynamic multi-org support is enabled, where a default org is expected to be absent (#1167)