VictoriaMetrics/vendor/github.com/prometheus/prometheus/model/textparse
2024-04-04 01:34:44 +03:00
..
interface.go vendor: run make vendor-update 2024-04-04 01:34:44 +03:00
openmetricslex.l vendor: run make vendor-update 2024-04-04 01:34:44 +03:00
openmetricslex.l.go vendor: run make vendor-update 2024-04-04 01:34:44 +03:00
openmetricsparse.go vendor: run make vendor-update 2024-04-04 01:34:44 +03:00
promlex.l vendor: run make vendor-update 2024-04-04 01:34:44 +03:00
promlex.l.go vendor: run make vendor-update 2024-04-04 01:34:44 +03:00
promparse.go vendor: run make vendor-update 2024-04-04 01:34:44 +03:00
promtestdata.nometa.txt vmctl: support of the remote read protocol (#3232) 2022-11-29 22:53:28 +01:00
promtestdata.txt vmctl: support of the remote read protocol (#3232) 2022-11-29 22:53:28 +01:00
protobufparse.go vendor: run make vendor-update 2024-04-04 01:34:44 +03:00
README.md vmctl: support of the remote read protocol (#3232) 2022-11-29 22:53:28 +01: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