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
Björn Rabenstein ac10cd4d99
Merge pull request #13271 from ywwg/owilliams/utf8
9 months ago
..
README.md Move packages out of deprecated pkg directory 3 years ago
interface.go textparse: remove MetricType alias 11 months ago
interface_test.go textparse/scrape: Add option to scrape both classic and native histograms 2 years ago
openmetricslex.l UTF-8: Add support for parsing UTF8 metric and label names 9 months ago
openmetricslex.l.go UTF-8: Add support for parsing UTF8 metric and label names 9 months ago
openmetricsparse.go UTF-8: Add support for parsing UTF8 metric and label names 9 months ago
openmetricsparse_test.go UTF-8: Add support for parsing UTF8 metric and label names 9 months ago
promlex.l UTF-8: Add support for parsing UTF8 metric and label names 9 months ago
promlex.l.go UTF-8: Add support for parsing UTF8 metric and label names 9 months ago
promparse.go UTF-8: Add support for parsing UTF8 metric and label names 9 months ago
promparse_test.go UTF-8: Add support for parsing UTF8 metric and label names 9 months ago
promtestdata.nometa.txt Move packages out of deprecated pkg directory 3 years ago
promtestdata.txt Move packages out of deprecated pkg directory 3 years ago
protobufparse.go Prometheus support parse exemplars from native histogram (#13488) 10 months ago
protobufparse_test.go Prometheus support parse exemplars from native histogram (#13488) 10 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