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
Copy file name to clipboardExpand all lines: docs/performance-tuning.asciidoc
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,3 +175,14 @@ Limiting the number of spans that may be recorded will reduce memory usage.
175
175
176
176
Reducing max spans could result in loss of useful data about what occurred within a request,
177
177
if it is set too low.
178
+
179
+
Instead of limiting the number of spans, it can be better to drop spans with a very short duration. This will record the spans but discard them if they are very short.
180
+
This can be implemented by providing a span-filter:
0 commit comments