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

Generate metrics in RemoteWrite client, use generator function for labels #7

Closed
wants to merge 7 commits into from

Conversation

replay
Copy link
Contributor

@replay replay commented Nov 4, 2021

This is a performance optimization which allows the user to generate series inside the k6 extension, which is more efficient than passing the generated series from the javascript runtime into the extension.

To give the user control over which labels shall be associated with the generated series the method StoreFromLabelGenerator takes a generator function that returns the labels.

@replay
Copy link
Contributor Author

replay commented Jan 27, 2022

This has been replaced by #12

@replay replay closed this Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants