bwplotka 66a632365d State from https://github.com/prometheus/prometheus/pull/14965
Signed-off-by: bwplotka <bwplotka@gmail.com>
2024-10-03 11:00:18 +01:00
..
2024-10-03 10:13:55 +01:00
2024-09-10 22:32:03 +02: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