The Prometheus monitoring system and time series database.
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
Julien 06aaeedca7
Merge pull request #18414 from roidelapluie/roidelapluie/fix-proto-histogram-panics
2 days ago
..
testdata
README.md
benchmark_test.go
interface.go Rename created timestamp to start timestamp in proto (#18368) 3 days ago
interface_test.go
nhcbparse.go
nhcbparse_test.go Rename created timestamp to start timestamp in proto (#18368) 3 days ago
openmetricslex.l
openmetricslex.l.go
openmetricsparse.go Rename created timestamp to start timestamp in proto (#18368) 3 days ago
openmetricsparse_test.go textparse: fix parseLVals to only treat quoted strings as metric names 4 weeks ago
promlex.l
promlex.l.go
promparse.go textparse: fix parseLVals to only treat quoted strings as metric names 4 weeks ago
promparse_test.go textparse: fix parseLVals to only treat quoted strings as metric names 4 weeks ago
protobufparse.go Merge pull request #18414 from roidelapluie/roidelapluie/fix-proto-histogram-panics 2 days ago
protobufparse_test.go Merge pull request #18414 from roidelapluie/roidelapluie/fix-proto-histogram-panics 2 days 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