prometheus/model/textparse
2022-05-04 13:37:13 +02:00
..
interface_test.go Improve content-type error handling 2022-02-08 11:02:51 +01:00
interface.go Merge branch 'main' into sparsehistogram 2022-03-22 14:47:42 +01:00
openmetricslex.l
openmetricslex.l.go
openmetricsparse_test.go Merge branch 'main' into sparsehistogram 2022-04-05 18:31:19 +02:00
openmetricsparse.go Merge branch 'main' into sparsehistogram 2022-04-05 18:31:19 +02:00
promlex.l
promlex.l.go
promparse_test.go refactor: move from io/ioutil to io and os packages (#10528) 2022-04-27 11:24:36 +02:00
promparse.go Merge branch 'main' into sparsehistogram 2022-03-22 14:47:42 +01:00
promtestdata.nometa.txt
promtestdata.txt
protobufparse_test.go
protobufparse.go
README.md

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