Skip to content
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

event.name attribute is empty when using watch mode #16542

Closed
hvaghani221 opened this issue Nov 30, 2022 · 0 comments
Closed

event.name attribute is empty when using watch mode #16542

hvaghani221 opened this issue Nov 30, 2022 · 0 comments
Labels
bug Something isn't working needs triage New item requiring triage

Comments

@hvaghani221
Copy link
Member

hvaghani221 commented Nov 30, 2022

Component(s)

receiver/k8sobjects

What happened?

Description

event.name attribute is empty when collecting any resource using watch mode.

Steps to Reproduce

Setup otel agent with following config

  k8sobjects:
    auth_type: serviceAccount
    objects:
      - name: pods
        mode: pull
        interval: 15m
      - name: events
        mode: watch

Expected Result

event.name attribute should have a non-empty value for all the logs

Actual Result

event.name attribute is empty when using watch mode

Collector version

0.66.0

Environment information

Environment

OS: ("Ubuntu 20.04")

OpenTelemetry Collector configuration

No response

Log output

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage New item requiring triage
Projects
None yet
Development

No branches or pull requests

1 participant