Ivan Mirić

Results 55 issues of Ivan Mirić

### Feature Description In a private conversation, @na-- brought up the possibility of sending protobuf payloads to Loki instead of the current JSON we use. This is supported according to...

good first issue
feature

#35 bumps the Go version we use in CI to 1.20, so we can migrate the codebase to use some Go generics features. The obvious change would be to drop...

enhancement

The extension currently doesn't emit any SQL-specific k6 metrics. A basic one that would be useful for tracking DB performance would be `query_duration`. It should be possible to apply thresholds...

To ensure the extension keeps working with the supported RDBMSs there should be some integration tests for each, which should be straightforward to do since all have Docker images available...

The current testing situation in xk6 is... practically nonexistent. The Go coverage tool reports a measly 1%. :( Unit testing is difficult with a tool like this as it depends...

enhancement
ci

Hi, thanks for the wonderful tool! :hugs: It's been indispensable in my workflow for years now. I recently wanted to exclude a directory from showing up in the `scmpuff_status` (aliased...

feature request

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

bug
domain
priority:high

Currently [all k6 extensions](https://k6.io/docs/extensions/get-started/explore/) are listed together, and it's not clear which ones are officially maintained by Grafana, which ones are maintained by community developers, and perhaps more importantly, which...

Area: OSS Content
Area: browser
Area:extensions

We've seen intermittent failures of `TestConnectionClosureAbnormal/closure_abnormal` mostly in CI and ocasionally in local runs as well. The current test expects the error code `1006 (abnormal closure)`, but sometimes--typically under high...

bug
tests
user request

Hi, thanks for this great tool. I took a stab at addressing #1 to allow piping directly to tarsplitter from tar itself when input is specified as '-', which avoids...