You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
prometheus/model/textparse
Manik Rana c3b8582cf4
[PERF] textparse: optimize OM `p.isCreatedSeries()` (#15150)
2 months ago
..
testdata textparse: Refactored benchmark (#15083) 2 months ago
README.md
benchmark_test.go textparse: Refactored benchmark (#15083) 2 months ago
interface.go textparse: Refactored main testing utils for reusability; fixed proto Units. (#15095) 2 months ago
interface_test.go textparse: Refactored main testing utils for reusability; fixed proto Units. (#15095) 2 months ago
openmetricslex.l UTF-8: Add support for parsing UTF8 metric and label names 10 months ago
openmetricslex.l.go UTF-8: Add support for parsing UTF8 metric and label names 10 months ago
openmetricsparse.go [PERF] textparse: optimize OM `p.isCreatedSeries()` (#15150) 2 months ago
openmetricsparse_test.go [PERF] textparse: further optimzations for OM `CreatedTimestamps` (#15097) 2 months ago
promlex.l UTF-8: Add support for parsing UTF8 metric and label names 10 months ago
promlex.l.go UTF-8: Add support for parsing UTF8 metric and label names 10 months ago
promparse.go Neater string vs byte-slice conversions (#14425) 2 months ago
promparse_test.go textparse: Refactored main testing utils for reusability; fixed proto Units. (#15095) 2 months ago
protobufparse.go textparse: Refactored main testing utils for reusability; fixed proto Units. (#15095) 2 months ago
protobufparse_test.go textparse: Refactored main testing utils for reusability; fixed proto Units. (#15095) 2 months ago

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