Commit 7451e84
authored
ci: increase otel-span RSS SLOs (#14976)
## Description
Memory usage on `main` is just above the threshold. This PR increases
the SLO for now.
## Testing
<!-- Describe your testing strategy or note what tests are included -->
## Risks
<!-- Note any risks associated with this change, or "None" if no risks
-->
## Additional Notes
The Span add metric/tag benchmarks also use a ton of memory, their SLOs
are almost 1gb. We are probably not clearing spans from span aggregator
or something between loops, meaning the amount of memory used is
dependent on how many loops/iterations pyperf decides to run and not the
actual memory usage of the library.1 parent 0b0f0d3 commit 7451e84
File tree
1 file changed
+2
-2
lines changed- .gitlab/benchmarks
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
799 | 799 | | |
800 | 800 | | |
801 | 801 | | |
802 | | - | |
| 802 | + | |
803 | 803 | | |
804 | 804 | | |
805 | 805 | | |
806 | | - | |
| 806 | + | |
807 | 807 | | |
808 | 808 | | |
809 | 809 | | |
| |||
0 commit comments