You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to keep my database compact with only needed values, so I want to remove some built-in metrics. And not only from the summary (that can be handled by the function handleSummary()) but also from each sample metric.
And for now, I see no way to do this.
For example, I don't need the http_req_tls_handshaking or http_req_blocked and want to get rid of it, I want to store only the one http_req_duration metric.
Suggested Solution (optional)
No response
Already existing or connected issues / PRs (optional)
No response
The text was updated successfully, but these errors were encountered:
Feature Description
Regarding https://k6.io/docs/using-k6/metrics/create-custom-metrics/ we have a way to add custom metrics, but I can't find a way to remove built-in metrics.
I want to keep my database compact with only needed values, so I want to remove some built-in metrics. And not only from the summary (that can be handled by the function
handleSummary()
) but also from each sample metric.And for now, I see no way to do this.
For example, I don't need the
http_req_tls_handshaking
orhttp_req_blocked
and want to get rid of it, I want to store only the onehttp_req_duration
metric.Suggested Solution (optional)
No response
Already existing or connected issues / PRs (optional)
No response
The text was updated successfully, but these errors were encountered: