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
Manik Rana f1c57a95ed
change: No longer ingest OM _created as timeseries if feature-flag 'enable-ct-zero-ingestion' is enabled; fixed OM text CT conversion bug (#14738)
1 year ago
..
README.md Move packages out of deprecated pkg directory 4 years ago
interface.go change: No longer ingest OM _created as timeseries if feature-flag 'enable-ct-zero-ingestion' is enabled; fixed OM text CT conversion bug (#14738) 1 year ago
interface_test.go change: No longer ingest OM _created as timeseries if feature-flag 'enable-ct-zero-ingestion' is enabled; fixed OM text CT conversion bug (#14738) 1 year ago
omtestdata.txt feat: add microbenchmarks for OM CT parsing (#14933) 1 year ago
openmetricslex.l UTF-8: Add support for parsing UTF8 metric and label names 2 years ago
openmetricslex.l.go UTF-8: Add support for parsing UTF8 metric and label names 2 years ago
openmetricsparse.go change: No longer ingest OM _created as timeseries if feature-flag 'enable-ct-zero-ingestion' is enabled; fixed OM text CT conversion bug (#14738) 1 year ago
openmetricsparse_test.go change: No longer ingest OM _created as timeseries if feature-flag 'enable-ct-zero-ingestion' is enabled; fixed OM text CT conversion bug (#14738) 1 year ago
promlex.l UTF-8: Add support for parsing UTF8 metric and label names 2 years ago
promlex.l.go UTF-8: Add support for parsing UTF8 metric and label names 2 years ago
promparse.go Neater string vs byte-slice conversions (#14425) 1 year ago
promparse_test.go feat: add microbenchmarks for OM CT parsing (#14933) 1 year ago
promtestdata.nometa.txt Move packages out of deprecated pkg directory 4 years ago
promtestdata.txt Move packages out of deprecated pkg directory 4 years ago
protobufparse.go chore: Fix typos (#14868) 1 year ago
protobufparse_test.go [TESTS] Add second native histogram with exemplars in TestProtobufParse 1 year 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