Commit Graph

16 Commits (87f5fe357657268caa2b498ec401be7fc4dc03e0)

Author SHA1 Message Date
Julius Volz c3d6abc8e6 Fix some lint errors (#3334)
7 years ago
Julius Volz c6f41ce391 Allow metric and label names to begin with underscores (#2961)
7 years ago
Goutham Veeramachaneni b7eddbcd98 textparse: Add fuzzing and fix bug caught
7 years ago
Goutham Veeramachaneni 0e78b7e7c8 parser: support spaces everywhere
8 years ago
Brian Brazil dd07f693c8 Single quotes are not valid label value delimiters.
8 years ago
Brian Brazil a6ca391e6e Reject scrapes with invalid utf-8 label values.
8 years ago
Fabian Reinartz bdc763f95f pkg/textparse: allow null bytes in label values
8 years ago
Fabian Reinartz ea09299ca5 pkg/textparse: handle trailing labels comma (#2752)
8 years ago
Brian Brazil beaa7d5a43 Move consistent NaN logic into the parser.
8 years ago
Fabian Reinartz f7c5d96e84 pkg/textparse: parse metric names with ':'
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 d80a3de235 pkg/textparse: add documentation
8 years ago
Fabian Reinartz fb3ab9bdb7 pkg/textparse: add more benchmarking, align lex defs
8 years ago
Fabian Reinartz e44d80314d pkg/textparse: add tests and method to retrieve full labels
8 years ago
Fabian Reinartz 091a7f2395 pkg/textparse: add initial text parser
8 years ago