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

Send logs to Cloud while using the Cloud output #3259

Open
1 task done
dgzlopes opened this issue Aug 9, 2023 · 0 comments
Open
1 task done

Send logs to Cloud while using the Cloud output #3259

dgzlopes opened this issue Aug 9, 2023 · 0 comments
Labels
cloud evaluation needed proposal needs to be validated or tested before fully implementing it in k6 feature

Comments

@dgzlopes
Copy link
Member

dgzlopes commented Aug 9, 2023

Feature Description

When you run a test locally and stream the results to the Cloud, we send the metrics, but we don't send the logs. Initially, this was built like this b/c of an internal limitation, but recently, it has been fixed.

It would be great to finally add support for this.

Suggested Solution (optional)

When a test is run with the Cloud output, send the logs by default to the Cloud. Users should be able to disable this behavior with a flag and/or env var.

This last part is important, as, until now, some folks have been using our Cloud output b/c it is very secure (in the sense of non-metric data not leaving your computer). We should give them the option to run tests still that way, and handle, very carefully (with warnings and in the release notes), the switch to this new default.

Already existing or connected issues / PRs (optional)

No response

Tasks

Preview Give feedback
@andrewslotin andrewslotin added the evaluation needed proposal needs to be validated or tested before fully implementing it in k6 label Aug 9, 2023
@codebien codebien removed their assignment Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cloud evaluation needed proposal needs to be validated or tested before fully implementing it in k6 feature
Projects
None yet
Development

No branches or pull requests

3 participants