mirror of https://github.com/prometheus/prometheus
Browse Source
* promparse: sort all labels when parsing Some label names might start with an uppercase letter in which case it needs to come before __name__. Without this it means that we are not maintaining the same invariant that all label names should be sorted in such cases. Amend the tests to check this problem automatically. Without the change the tests do not pass. Signed-off-by: Giedrius Statkevičius <giedriuswork@gmail.com>pull/5373/head
Giedrius Statkevičius
6 years ago
committed by
Brian Brazil
2 changed files with 7 additions and 3 deletions
Loading…
Reference in new issue