prometheus/model/textparse
bwplotka e658b89106
Some checks failed
CI / Go tests (push) Has been cancelled
CI / More Go tests (push) Has been cancelled
CI / Go tests with previous Go version (push) Has been cancelled
CI / UI tests (push) Has been cancelled
CI / Go tests on Windows (push) Has been cancelled
CI / Mixins tests (push) Has been cancelled
CI / Build Prometheus for common architectures (push) Has been cancelled
CI / Build Prometheus for all architectures (push) Has been cancelled
CI / Check generated parser (push) Has been cancelled
CI / golangci-lint (push) Has been cancelled
CI / fuzzing (push) Has been cancelled
CI / codeql (push) Has been cancelled
CI / Report status of build Prometheus for all architectures (push) Has been cancelled
CI / Publish main branch artifacts (push) Has been cancelled
CI / Publish release artefacts (push) Has been cancelled
CI / Publish UI on npm Registry (push) Has been cancelled
om2: add stateless ct/st parsing
Signed-off-by: bwplotka <bwplotka@gmail.com>
2025-10-17 16:04:21 +01:00
..
testdata om2: add stateless ct/st parsing 2025-10-17 16:04:21 +01:00
benchmark_test.go om2: add stateless ct/st parsing 2025-10-17 16:04:21 +01:00
interface.go refactor(textparse): Introduce Variadic options in textParse.New (#17155) 2025-09-11 10:49:42 +01:00
interface_test.go om2: add om2 complex type format for PoC 2025-10-07 12:37:22 +01:00
nhcbparse.go fix(textparse/protobuf): metric family name corrupted by NHCB parser (#17156) 2025-09-08 17:26:41 +02:00
nhcbparse_test.go refactor(textparse): Introduce Variadic options in textParse.New (#17155) 2025-09-11 10:49:42 +01:00
openmetrics2lex.l om2: add stateless ct/st parsing 2025-10-17 16:04:21 +01:00
openmetrics2lex.l.go om2: add stateless ct/st parsing 2025-10-17 16:04:21 +01:00
openmetrics2parse.go om2: add stateless ct/st parsing 2025-10-17 16:04:21 +01:00
openmetricslex.l bugfix: allow quoted exemplar keys in openmetrics text format 2024-11-12 15:29:44 +00:00
openmetricslex.l.go bugfix: allow quoted exemplar keys in openmetrics text format 2024-11-12 15:29:44 +00:00
openmetricsparse.go Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00
openmetricsparse_test.go feature: type-and-unit-labels (PROM-39 implementation) (#16228) 2025-05-17 09:37:25 +00:00
promlex.l om2: add stateless ct/st parsing 2025-10-17 16:04:21 +01:00
promlex.l.go om2: add stateless ct/st parsing 2025-10-17 16:04:21 +01:00
promparse.go om2: add stateless ct/st parsing 2025-10-17 16:04:21 +01:00
promparse_test.go feature: type-and-unit-labels (PROM-39 implementation) (#16228) 2025-05-17 09:37:25 +00:00
protobufparse.go fix(textparse/protobuf): metric family name corrupted by NHCB parser (#17156) 2025-09-08 17:26:41 +02:00
protobufparse_test.go fix(textparse/protobuf): metric family name corrupted by NHCB parser (#17156) 2025-09-08 17:26:41 +02:00
README.md om2: add om2 complex type format for PoC 2025-10-07 12:37:22 +01:00

Making changes to textparse lexers

Run from the repo root:

bash ./scripts/gentextlex.sh