prometheus/model/textparse
Nathan Baulch 50cd453c8f
chore: Fix typos (#14868)
* Fix typos

---------

Signed-off-by: Nathan Baulch <nathan.baulch@gmail.com>
2024-09-10 22:32:03 +02:00
..
README.md
interface.go lint: Revamp our linting rules, mostly around doc comments 2024-08-22 17:36:11 +02:00
interface_test.go
openmetricslex.l
openmetricslex.l.go
openmetricsparse.go
openmetricsparse_test.go
promlex.l
promlex.l.go
promparse.go
promparse_test.go chore: Fix typos (#14868) 2024-09-10 22:32:03 +02:00
promtestdata.nometa.txt
promtestdata.txt
protobufparse.go chore: Fix typos (#14868) 2024-09-10 22:32:03 +02:00
protobufparse_test.go [TESTS] Add second native histogram with exemplars in TestProtobufParse 2024-09-02 16:43:50 +01:00

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