-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[receiver/filelog] containerd operator fails on windows hosts #35558
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
A code owner has approved the PR that resolves this issue, removing |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Resolved by #35559 |
…pen-telemetry#35559) seperator **Description:** <Describe what has changed.> This PR updates add support to parse container filepaths on windows hosts **Link to tracking Issue:** open-telemetry#35558 **Testing:** Additional unit test to test regex parsing for windows filepaths **Documentation:** N/A
Component(s)
receiver/filelog
What happened?
Description
The containerd operator whithin the filelog reciever fails to generate attributes on Windows hosts.
This looks to be because the regex parsing does not cater for windows file path seperator.
Steps to Reproduce
Expected Result
Collector to parse the log and add attributes.
k8s.pod.name
k8s.pod.uid
k8s.container.name
k8s.container.restart_count
k8s.namespace.name
Actual Result
Receive error
Collector version
v0.110.0
Environment information
Environment
OS: Windows EKS Node
OpenTelemetry Collector configuration
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: