Skip to content

ebpf: produce a better error when a map is full#1068

Merged
christos68k merged 1 commit into
open-telemetry:mainfrom
bobrik:ivan/better-map-full-error
Jan 14, 2026
Merged

ebpf: produce a better error when a map is full#1068
christos68k merged 1 commit into
open-telemetry:mainfrom
bobrik:ivan/better-map-full-error

Conversation

@bobrik
Copy link
Copy Markdown
Contributor

@bobrik bobrik commented Jan 14, 2026

Before:

time=2026-01-10T03:26:58.477Z level=ERROR msg="Errors occurred while attaching interpreters: failed to add go-labels info: update: key too big for map: argument list too long"

After:

time=2026-01-14T07:07:33.760Z level=ERROR msg="Errors occurred while attaching interpreters: no more space in map go-labels"

Before:

```
time=2026-01-10T03:26:58.477Z level=ERROR msg="Errors occurred while attaching interpreters: failed to add go-labels info: update: key too big for map: argument list too long"
```

After:

```
time=2026-01-14T07:07:33.760Z level=ERROR msg="Errors occurred while attaching interpreters: no more space in map go-labels"
```

Signed-off-by: Ivan Babrou <github@ivan.computer>
@christos68k christos68k merged commit 2a71610 into open-telemetry:main Jan 14, 2026
28 checks passed
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.

3 participants