Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compact output metrics #4167

Open
jgaalen opened this issue Jan 9, 2025 · 2 comments
Open

Compact output metrics #4167

jgaalen opened this issue Jan 9, 2025 · 2 comments
Assignees
Labels

Comments

@jgaalen
Copy link

jgaalen commented Jan 9, 2025

Currently, K6 stores way too many values per single request to influxdb or whatever output you use causing a very high overhead in terms of network bandwidth, cpu and storage. Per request it stores 4 lines (data sent, received, duration and failed).

It would be incredibly more efficient to be able to store a single metric per requests, which holds all the data such as the data sent, received, status (failed true/false), duration and url, etc..

@inancgumus
Copy link
Member

Hi @jgaalen, this issue sounds similar to #1321. Can you confirm?

@joanlopez
Copy link
Contributor

It would be incredibly more efficient to be able to store a single metric per requests, which holds all the data such as the data sent, received, status (failed true/false), duration and url, etc..

Could you explain this more extensively, please? @jgaalen

What do you understand by "a single metric per requests, which holds all the data such as the data"?

I'd love to see some concrete examples about how that data would look like in plaintext.

Thanks! 🙇🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants