prometheus/pkg/textparse
beorn7 88a6229fc4 protobufparse: add exemplar support for counters
Signed-off-by: beorn7 <beorn@grafana.com>
2021-07-13 15:11:26 +02:00
..
interface.go Hacky implementation of protobuf parsing 2021-07-01 01:35:11 +02:00
openmetricslex.l
openmetricslex.l.go
openmetricsparse.go Hacky implementation of protobuf parsing 2021-07-01 01:35:11 +02:00
openmetricsparse_test.go Add tests for protobuf parser 2021-07-09 21:00:18 +02:00
promlex.l
promlex.l.go
promparse.go Hacky implementation of protobuf parsing 2021-07-01 01:35:11 +02:00
promparse_test.go
promtestdata.nometa.txt
promtestdata.txt
protobufparse.go protobufparse: add exemplar support for counters 2021-07-13 15:11:26 +02:00
protobufparse_test.go protobufparse: add exemplar support for counters 2021-07-13 15:11:26 +02: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