-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
meta: confirmedA bug that has been reproduced or confirmed.A bug that has been reproduced or confirmed.source: syslogAnything `syslog` source relatedAnything `syslog` source relatedtype: bugA code related bug.A code related bug.
Description
A note for the community
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Problem
I'm using Syslog source in UDP mode with internal metrics turned on. It turns out that the received events related metrics of the source like component_received_event_bytes_total and component_received_event_total are missing.
FYI, using Syslog source in TCP mode do have those received events related metrics.
Configuration
{
"type": "syslog",
"address": "0.0.0.0:514",
"mode": "udp",
"tls": {
"enabled": false
}
}
Version
vector 0.26.0 (x86_64-apple-darwin c6b5bc2 2022-12-05)
Debug Output
No response
Example Data
No response
Additional Context
No response
References
No response
sharyash81
Metadata
Metadata
Assignees
Labels
meta: confirmedA bug that has been reproduced or confirmed.A bug that has been reproduced or confirmed.source: syslogAnything `syslog` source relatedAnything `syslog` source relatedtype: bugA code related bug.A code related bug.