-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
fix: OOM in traceql requests #502
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Workflow Telemetry - K6 Test qxip/qryn / Run k6 on qryn:latestWorkflow telemetry for commit 22358f48d0684c899ec664712a813195444152a4 Step Tracegantt
title Run k6 on qryn:latest
dateFormat x
axisFormat %H:%M:%S
Set up job : milestone, 1716218580000, 1716218582000
Initialize containers : 1716218582000, 1716218601000
Checkout : 1716218601000, 1716218603000
Run actions/setup-go@v4 : 1716218603000, 1716218605000
Download k6 for Prometheus : 1716218605000, 1716218606000
Download k6 for Prometheus : 1716218606000, 1716218606000
Collect Workflow Telemetry : 1716218606000, 1716218606000
Wait for Loki API : 1716218606000, 1716218606000
Run k6 loki test : 1716218606000, 1716218670000
Run mv summary.txt loki_summary.txt : 1716218670000, 1716218670000
Wait for Prom API : 1716218670000, 1716218670000
Run k6 prometheus test : 1716218670000, 1716218731000
Run mv summary.txt prom_summary.txt : 1716218731000, 1716218731000
Wait for Tempo API : 1716218731000, 1716218731000
Run k6 tempo test : 1716218731000, 1716218791000
Run mv summary.txt tempo_summary.txt : 1716218791000, 1716218791000
Strip Text report : 1716218791000, 1716218791000
Run actions/upload-artifact@v3 : 1716218791000, 1716218791000
Summary Report : 1716218791000, 1716218791000
CPU MetricsMemory MetricsIO Metrics
Process TraceTop 100 processes with highest durationgantt
title Run k6 on qryn:latest
dateFormat x
axisFormat %H:%M:%S
|
Workflow Telemetry - K6 Test qxip/qryn / Run k6 on qryn:latestWorkflow telemetry for commit aa2babc191107d50aa80799d4b2d2b184f1f4941 Step Tracegantt
title Run k6 on qryn:latest
dateFormat x
axisFormat %H:%M:%S
Set up job : milestone, 1716456030000, 1716456033000
Initialize containers : 1716456033000, 1716456052000
Checkout : 1716456052000, 1716456054000
Run actions/setup-go@v4 : 1716456054000, 1716456054000
Download k6 for Prometheus : 1716456054000, 1716456055000
Download k6 for Prometheus : 1716456055000, 1716456055000
Collect Workflow Telemetry : 1716456055000, 1716456056000
Wait for Loki API : 1716456056000, 1716456056000
Run k6 loki test : 1716456056000, 1716456120000
Run mv summary.txt loki_summary.txt : 1716456120000, 1716456120000
Wait for Prom API : 1716456120000, 1716456120000
Run k6 prometheus test : 1716456120000, 1716456182000
Run mv summary.txt prom_summary.txt : 1716456182000, 1716456182000
Wait for Tempo API : 1716456182000, 1716456182000
Run k6 tempo test : 1716456182000, 1716456241000
Run mv summary.txt tempo_summary.txt : 1716456241000, 1716456241000
Strip Text report : 1716456241000, 1716456241000
Run actions/upload-artifact@v3 : 1716456241000, 1716456243000
Summary Report : 1716456243000, 1716456243000
CPU MetricsMemory MetricsIO Metrics
Process TraceTop 100 processes with highest durationgantt
title Run k6 on qryn:latest
dateFormat x
axisFormat %H:%M:%S
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
traceql request on more than 10M traces may cause OOM.
The PR should fix the OOM