mirror of
https://github.com/prometheus/prometheus.git
synced 2025-10-28 15:01:01 +01:00
This commit fixes an issue with the "at modifier" that introduced two new keywords: `start` and `end`. In grouping options and in metric names, these keywords took precedence over metric or label names, so that those metrics and labels could no longer be referenced. Signed-off-by: Clayton Peters <clayton.peters@man.com>