Bayan Taani
Bayan Taani
/keepalive
/hold I still need to add the benchmark tests
Benchmark test added. Results: ``` $ go test -run=NONE -bench='Logfmt' -benchtime 5s -count 5 . goos: linux goarch: amd64 pkg: github.com/grafana/loki/pkg/logql/log cpu: Intel(R) Core(TM) i7-10610U CPU @ 1.80GHz BenchmarkLogfmtParser-8 1919780...
> @btaani Thanks for addressing all the comments! raised_hands I gave an additional test case which I expect not to fail. > > The one thing I am a bit...
@chaudum I just pushed the modified version of `LogfmtExpressionParser`. All the test cases are passing, I also tried with `logcli` to make sure it gives me correct results. Here are...
I would like to work on this one if no one else is
@winston0410 The goal of this feature is to be able to select only the desired labels from a log line instead of displaying all of them. The PR is already...