Skip to content

Activity

fix: [ifnot] fix push down filter for ifnot expression

jiekuncreated fix/ifnot • d7f0f6a • 
yesterday

Properly handle $__interval and $__rate_interval

valyalapushed 1 commit to master • e0dbf51…b9a762b • 
9 days ago

Adds prettify support for quoted UTF8 label and metric names (#43)

Pull request merge
hagen1778pushed 1 commit to master • b62ee31…e0dbf51 • 
19 days ago

Formatting changes

possibullpushed 1 commit to 41-use-quotes-in-prettify-output • aaf555f…ac422cc • 
21 days ago

add CI workflow to run tests (#44)

Pull request merge
hagen1778pushed 1 commit to master • 72b650d…b62ee31 • 
21 days ago

change action name

hagen1778pushed 1 commit to add-ci-tests • a61d419…d5ab2da • 
21 days ago

upd coverage action

hagen1778pushed 1 commit to add-ci-tests • 01e8abd…a61d419 • 
21 days ago

add CI workflow to run tests

hagen1778created add-ci-tests • 01e8abd • 
21 days ago

Adds test for long sum calc

possibullpushed 1 commit to 41-use-quotes-in-prettify-output • b5cd8af…aaf555f • 
23 days ago

Adds tests to test longer lines

possibullpushed 1 commit to 41-use-quotes-in-prettify-output • cfcc9fc…b5cd8af • 
23 days ago

Fixes typo in lexer

possibullpushed 1 commit to 41-use-quotes-in-prettify-output • 5783096…cfcc9fc • 
23 days ago

Adds support for quoted UTF8 label and metric names

possibullpushed 1 commit to 41-use-quotes-in-prettify-output • 72b650d…5783096 • 
23 days ago

7703 metricsql support metric names in quotes as alternative to name …

possibullcreated 41-use-quotes-in-prettify-output • 72b650d • 
23 days ago

7703 metricsql support metric names in quotes as alternative to name …

Pull request merge
hagen1778pushed 1 commit to master • ce4fd13…72b650d • 
on Jan 24

minor comments

Removed / modified some tests to exclude the case of multiple metric …

Reverted parser_example_test.go back to using standard format of metr…

Revert "Modified string output to be unescaped UTF8 chars"

Modified string output to be unescaped UTF8 chars

Duplicate metric names are now allowed

Removed extraneous comment

Fixed tests to disregard two metric names

lexer.go: automatically substitute $__interval and $__rate_interval w…

valyalapushed 1 commit to master • 788d984…ce4fd13 • 
on Jan 20

Minor tweaks to comments

Added more testing for quoted labels

Fixed bug with not checking for errors before calling isMetricNameFil…

Adds support for quoted UTF8 label names and special case label name …

a few more tests involving numbers and quotes

Initial tests for label keys to be quoted

utils.go: fix index out of range panic when too small number of arg…