bwplotka 78d87b80c5 GetLabel is lazy; Added optimized ParseLabels with different metric bytes.
Signed-off-by: bwplotka <bwplotka@gmail.com>
2024-12-30 15:30:40 +00:00
..

Making changes to textparse lexers

In the rare case that you need to update the textparse lexers, edit promlex.l or openmetricslex.l and then run the following command: golex -o=promlex.l.go promlex.l

Note that you need golex installed: go get -u modernc.org/golex