Commit Graph

11 Commits (13cd50c52eec39e5a39eceac38f035f848deccd7)

Author SHA1 Message Date
cw9 13cd50c52e Return error on NaN and Inf timestamps for OpenMetrics parser 4 years ago
Ben Kochie 269e7c8091
Fix golint issues. 5 years ago
Julien Pivotto 40b66d29ff
OpenMetrics parse: avoid setting prev token (#6781) 5 years ago
Julien Pivotto 9398b9ac1b OpenMetrics: force input to end with # EOF (#6505) 6 years ago
shreyassrivatsan e825282dd1 Add exemplar support to the openmetrics parser (#6292) 6 years ago
zhulongcheng 970ef41bb6 Fix exported function comments (#6002) 6 years ago
Brian Brazil 94b1af1471
Update to disallow new Go 1.13 float formats. (#5984) 6 years ago
Brian Brazil c66bfce8cf
Don't panic on short input. (#5939) 6 years ago
Tariq Ibrahim 8fdfa8abea refine error handling in prometheus (#5388) 6 years ago
AixesHunter 9f903fb3f7 github.com/cznic/golex has moved to modernc.org/golex (#5034) 7 years ago
Brian Brazil 3fdb92010e Expand OM to OpenMetrics 7 years ago
Brian Brazil c271ef456a Add an OpenMetrics parser. 7 years ago
Brian Brazil ffe7efb411 Prepare for multiple text formats 7 years ago
Brian Brazil 70c98a06f1
Handle empty HELP in text parser. (#4444) 7 years ago
Fabian Reinartz 0ff42e754e pkg/textparse: unescape help string 7 years ago
Fabian Reinartz 5fcc5b6028 pkg/textparse: support null bytes in comments and help 7 years ago
Fabian Reinartz 76a4a46cb0 pkg/textparse: refactor and add metadata handling 7 years ago
Goutham Veeramachaneni 11ee713ced Handle common escape characters properly. (#2995) 8 years ago
Goutham Veeramachaneni b7eddbcd98 textparse: Add fuzzing and fix bug caught 8 years ago
Goutham Veeramachaneni 0e78b7e7c8 parser: support spaces everywhere 8 years ago
Fabian Reinartz bc7aff8cef retrieval: extract scrape cache 8 years ago
Fabian Reinartz a83014f53c retrieval: fix memory leak and consumption for caches 8 years ago
Fabian Reinartz 377886b371 pkg/textparse: implement timestamp parsing 8 years ago
Brian Brazil 5c9a6ce747 Add license to files. 8 years ago
Fabian Reinartz d9fb57cde4 *: Simplify []byte to string unsafe conversion 8 years ago
Fabian Reinartz d80a3de235 pkg/textparse: add documentation 9 years ago
Fabian Reinartz db48726a6b pkg/textparse: allocate single string per metric 9 years ago
Fabian Reinartz e44d80314d pkg/textparse: add tests and method to retrieve full labels 9 years ago
Fabian Reinartz 091a7f2395 pkg/textparse: add initial text parser 9 years ago