mirror of
https://github.com/prometheus/prometheus
synced 2026-04-21 15:11:07 +08:00
https://github.com/prometheus/common/pull/746 in order to fix https://github.com/prometheus/prometheus/issues/16466 it seems acceptable to get the other changes in 0.63.0 as well Signed-off-by: machine424 <ayoubmrini424@gmail.com>
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