Skip to content

Conversation

@sl0thentr0py
Copy link
Member

Description

  • This is mainly to protect from memory blowup in high throughput scenarios
  • We record queue_overflow client reports in this case
  • Also raised the Metric buffer limits to 1k/10k as compared to 100/1k for logs (consistent with Python)

Issues

@linear
Copy link

linear bot commented Jan 13, 2026

@sl0thentr0py sl0thentr0py force-pushed the neel/telemetry-buffer-max-cap branch from ea175f2 to 1469f60 Compare January 13, 2026 11:34
@sl0thentr0py sl0thentr0py changed the title Have a higher max limit for TelemetryEventBuffer after which we completely drop events Max drop limit for TelemetryEventBuffer after which we completely drop events Jan 13, 2026
@sl0thentr0py sl0thentr0py force-pushed the neel/telemetry-buffer-max-cap branch from 1469f60 to ce9fcb9 Compare January 13, 2026 11:36
@sl0thentr0py sl0thentr0py requested a review from solnic January 13, 2026 11:41
@sl0thentr0py sl0thentr0py force-pushed the neel/telemetry-buffer-max-cap branch from ce9fcb9 to b613ba7 Compare January 13, 2026 11:44
completely drop events

* This is mainly to protect from memory blowup in high throughput
  scenarios
* Also raised the Metric buffer limits to 1k/10k as compared to 100/1k
  for logs (consistent with Python)
@sl0thentr0py sl0thentr0py force-pushed the neel/telemetry-buffer-max-cap branch from b613ba7 to e8708aa Compare January 13, 2026 11:44
Copy link
Collaborator

@solnic solnic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small fixes needed

@sl0thentr0py sl0thentr0py merged commit 8db45ed into master Jan 13, 2026
136 checks passed
@sl0thentr0py sl0thentr0py deleted the neel/telemetry-buffer-max-cap branch January 13, 2026 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ensure maximum cap on logs and metrics buffers

3 participants