Replies: 1 comment
-
agreed, makes more sense before enqueueing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Seems the current collector down sampling happens after dequeuing from the collector in-memory queue before saving to storage. Any reason not to do it before enqueue? That will protect the in-memory queue from overflowing by the misbehaved clients and it the collect more resilient for the spike of traffic. (Less chance of overflow as fewer spans are enqueued).
Beta Was this translation helpful? Give feedback.
All reactions