mirror of
https://github.com/prometheus/prometheus.git
synced 2025-12-25 03:11:31 +01:00
These are supported in the main prometheus binary but the feature flags weren't supported in promtool. Fixes #16412. Signed-off-by: David Leadbeater <dgl@dgl.cx>
7 lines
186 B
YAML
7 lines
186 B
YAML
groups:
|
|
- name: features
|
|
rules:
|
|
- record: x
|
|
# We don't expect anything from this, just want to check the function parses.
|
|
expr: sort_by_label(up, "instance")
|