Skip to content

app/vlinsert/datadog: avoid panic on valueless ddtags#1303

Merged
func25 merged 1 commit into
masterfrom
datadog-ddtags-panic
Apr 14, 2026
Merged

app/vlinsert/datadog: avoid panic on valueless ddtags#1303
func25 merged 1 commit into
masterfrom
datadog-ddtags-panic

Conversation

@func25
Copy link
Copy Markdown
Member

@func25 func25 commented Apr 14, 2026

Add missing continue for ddtags items after detecting that they don't contain :.

Previously a tag such as foo in ddtags="env:prod,foo" could trigger a panic and terminate the process. Now such tags like foo are ingested with no_label_value instead.

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

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

No issues found across 3 files

@func25 func25 force-pushed the datadog-ddtags-panic branch from 3f4dc32 to fc31d4a Compare April 14, 2026 01:05
@func25 func25 merged commit 86d8ca1 into master Apr 14, 2026
3 checks passed
@func25 func25 deleted the datadog-ddtags-panic branch April 14, 2026 01:06
@valyala valyala added the bug Something isn't working label Apr 14, 2026
@valyala
Copy link
Copy Markdown
Contributor

valyala commented Apr 14, 2026

FYI, this fix has been included in VictoriaLogs v1.50.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

2 participants