Mihail Stoykov
Mihail Stoykov
@codebien found [this](https://blog.timescale.com/blog/grafana-postgres-timeshift/) so it seems pretty doable
After #4 the tests list dashboard will give you a link for a testid and will "zoom" on it but it will still not actually *filter* only the testid results.
it is only used to make the influxdb points so it should be 100% forward compatible given what I know of the problem, but maybe it will have slightly better...
Running ```javascript import loki from "k6/x/loki" const conf = new loki.Config("https://somewhere.com", 20000, 1.0, { one: 1 }); const client = new loki.Client(conf); export default function() { client.pushParameterized(1, 1000, 1000); };...
## What? Group and check were tightly coupled between them and also to the end of test summary and the REST API. This change the tight coupling is removed. Group...
https://github.com/PuerkitoBio/goquery/commit/0126a1fd88fe40e3de18dd677e094b46e23d0cb9 added a new method to optimize getting only the first (single) element from a matcher which might be useful for users as well.
### What? Drop the following code and it uses: https://github.com/grafana/k6/blob/153e0e505807da9e330fda816ce6d63a4bbf4691/js/common/util.go#L67-L87 ### Why? The code was added many years ago when k6 had a bunch of really hard to fix race...
After #3815 is merged a few dependencies seem to have support for it. The https://github.com/jhump/protoreflect/releases/tag/v1.16.0 says protoparse doesn't yet - which seems to be the one we care about. I...
### Brief summary Due to how #3589 was implemented it is currently reported that *every* script is using `k6/timers` even if they do not. ### k6 version v0.51.0 ### OS...
We are moving to a fork of goja under grafana org called sobek. More info in: - https://github.com/grafana/k6/issues/3772 - https://github.com/grafana/k6/issues/3773