k6 icon indicating copy to clipboard operation
k6 copied to clipboard

Selective Metric Export & Configurable Default Attributes

Open polartulip opened this issue 9 months ago • 1 comments
trafficstars

What?

Enhance the k6 extension with the following features:

Selective Metric Export – Allow users to specify which k6 metrics should be exported, preventing unnecessary data collection and reducing storage usage. Configurable Default Attributes – Provide an option to control default attributes, making high-cardinality fields (e.g., URL) opt-in instead of being reported by default.

Why?

Efficiency & Storage Optimization – k6 generates a large number of metrics, many of which may not be required. Limiting exported metrics reduces storage consumption and improves performance. Better Resource Management – High-cardinality attributes like URLs can cause resource exhaustion and may not always be necessary. Making them opt-in allows users to control data volume more effectively.

polartulip avatar Feb 17 '25 14:02 polartulip