xk6-client-prometheus-remote
xk6-client-prometheus-remote copied to clipboard
A k6 extension for testing Prometheus Remote Write endpoints
I'm wondering if it's possible to access the TypeScript type definitions for this extension anywhere - it would be really nice to be able to use Intellisense when writing tests...
Hi Team I have k6 tests with import like below: _import { textSummary } from 'https://jslib.k6.io/k6-summary/0.0.1/index.js'_ When I run docker command with docker image ghcr.io/grafana/xk6-client-prometheus-remote:v0.2.2 I see: `ERRO[0000] Module specifier...
Gauging interest in adding exemplar support. We have been using K6 internally to test our ingress and store with exemplars and would be happy to share our fork. Thanks!
# Register Component into Software Catalog and set up TechDocs publishing This PR adds the files to: * enable EngHub to catalog this service * set up TechDocs site and...
Hi @mstoykov, Thank you for the clarification. We understand that xk6 can be built using v0.57.0. However, there are security vulnerabilities that also require the xk6-client-prometheus-remote extension to be upgraded....
Hi Team, We are actively using this extension and would also like to contribute to this open community repository. Could you please guide us on the process to obtain contributor...
Hello, The examples are adding labels to the metrics in an unordered way. This is causing thanos to reject ("409 Conflict") the examples should probably be fixed so they work...
Hello, Several examples are using `remote_write_req_duration` but when starting k6, I get the following: `ERRO[0000] invalid threshold defined on remote_write_req_duration; reason: no metric name "remote_write_req_duration" found ` An idea?
An `index.d.ts` file should be created in the root of the repository, which describes the extensions's JavaScript API using the TypeScript declaration file format. ## Background The [k6lint](https://github.com/grafana/k6lint) and [k6-extension-registry](https://github.com/grafana/k6-extension-registry)...
A `smoke.test.js` file should be created that contains a simple smoke test of the extension and can be successfully run without any external dependencies with a k6 that includes the...