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

k6-operator test runs don't propagate maxMetricSamplesPerPackage setting #228

Closed
esquonk opened this issue May 9, 2023 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@esquonk
Copy link

esquonk commented May 9, 2023

Brief summary

Slack thread:
https://raintank-corp.slack.com/archives/C043CAPGCUR/p1683531983983669

ingest-api cloud service returns a config from create_test endpoint which includes maxMetricSamplesPerPackage setting among other things. These setting should be propagated to k6 instances so that it interacts with cloud output correctly.

One effect of this is that cloud ingest api gets larger-than-expected metrics packets that it cannot handle.

k6-operator version or image

v0.0.9

K6 YAML

  • "not available"

Other environment details (if applicable)

No response

Steps to reproduce the problem

Run a heavy test that generates lots of metric samples.

Expected behaviour

Ingest packets are limited to maxMetricSamplesPerPackage.

Actual behaviour

Ingest packets are not limited to maxMetricSamplesPerPackage.

@yorugac
Copy link
Collaborator

yorugac commented Jun 8, 2023

This is considered resolved with PR #229

@yorugac yorugac closed this as completed Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants