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
Using OpenTelemetry output and the option grpc it seems after a while it stops sending the metrics in our case to DataDog due to ResourceBeing Exhausted and it tried to send metrics file which has a size larger than the max allowed:
time="2025-01-24T10:54:27Z" level=info msg="2025/01/24 10:54:27 failed to upload metrics: rpc error: code = ResourceExhausted desc = grpc: received message larger than max (44911808 vs. 4194304)"
The alternative for now is to use http exporter type instead.
Also worth to mention this bug was reported on xk6-output-opentelemetry extension:
Set up open telemetry output to use the default type: grpc
Execute the test with --out experimental-opentelemetry
After a while it will show on the console that the Resource has been exhausted while trying to upload the metrics.
Expected behaviour
It should upload the metrics seamlessly from start to finish of the test.
Actual behaviour
After a while it stops sending metrics due to the error ResourceExhausted
The text was updated successfully, but these errors were encountered:
Brief summary
Using OpenTelemetry output and the option grpc it seems after a while it stops sending the metrics in our case to DataDog due to ResourceBeing Exhausted and it tried to send metrics file which has a size larger than the max allowed:
time="2025-01-24T10:54:27Z" level=info msg="2025/01/24 10:54:27 failed to upload metrics: rpc error: code = ResourceExhausted desc = grpc: received message larger than max (44911808 vs. 4194304)"
The alternative for now is to use http exporter type instead.
Also worth to mention this bug was reported on xk6-output-opentelemetry extension:
k6 version
v0.56.0
OS
Windows 11, Ubuntu 22
Docker version and image (if applicable)
No response
Steps to reproduce the problem
Set up open telemetry output to use the default type: grpc
Execute the test with --out experimental-opentelemetry
After a while it will show on the console that the Resource has been exhausted while trying to upload the metrics.
Expected behaviour
It should upload the metrics seamlessly from start to finish of the test.
Actual behaviour
After a while it stops sending metrics due to the error ResourceExhausted
The text was updated successfully, but these errors were encountered: