grafana / faro-web-sdk

The Grafana Faro Web SDK, part of the Grafana Faro project, is a highly configurable web SDK for real user monitoring (RUM) that instruments browser frontend applications to capture observability signals. Frontend telemetry can then be correlated with backend and infrastructure data for full-stack observability.
https://grafana.com/oss/faro/
Apache License 2.0
688 stars 62 forks source link

feat(k6): add testRunId to k6 meta if available in k6 object #531

Closed codecapitano closed 3 months ago

codecapitano commented 3 months ago

Why

Starting from k6 v0.50.0 the window.k6 object will contain the testRunId field populated with the test run ID. The test run ID can be used to reference the test run in Grafana Cloud, as well as to distinguish tests executed in the K6 browser farm from local ones.

The ETA for k6 v0.50.0 release is March 25th

What

Update the k6 meta to include testRunId if available

Links

Docs PR website, cloud docs

Checklist