feat(loki.source.syslog): Implement livedebugging support#5216
Merged
Conversation
6e1f3ec to
b4d6fc9
Compare
dehaansa
reviewed
Jan 9, 2026
internal/component/loki/source/syslog/internal/syslogtarget/syslogtarget.go
Show resolved
Hide resolved
kgeckhart
reviewed
Jan 9, 2026
internal/component/loki/source/syslog/internal/syslogtarget/syslogtarget.go
Outdated
Show resolved
Hide resolved
53c55f9 to
dfc6ce7
Compare
93c92ae to
85c9e01
Compare
kalleep
reviewed
Jan 12, 2026
Co-authored-by: Sam DeHaan <sam.dehaan@grafana.com>
85c9e01 to
44abfef
Compare
kalleep
approved these changes
Jan 12, 2026
kgeckhart
approved these changes
Jan 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Brief description of Pull Request
This PR introduces live debugging support for
loki.source.syslogcomponent.Pull Request Details
Logged items:
As as some users (including myself) sometimes struggle to properly configure
relabel_rules, I've added capture of both original and mapped labels.Issue(s) fixed by this Pull Request
n/a
Notes to the Reviewer
Besides livedebugging support, this PR also refactors some function calls to use struct instead of argument list due to a grown number of input parameters.
PR Checklist