Skip to content

[exporter/signalfx] Preserve k8s.service property names #46291

@jinja2

Description

@jinja2

Component(s)

exporter/signalfx

Is your feature request related to a problem? Please describe.

The k8s cluster receiver now supports k8s.service metrics and entity/metadata. When the signalfx exporter receives metadata updates or entity events for k8s.service.uid dimensions, it currently converts all k8s.service.* property names to kubernetes_service_* (e.g., k8s.service.name becomes kubernetes_service_name). This conversion was originally added for properties attached to k8s.pod.uid dimensions as sfTags, but it should not apply when the dimension itself is k8s.service.uid.

Describe the solution you'd like

Skip the k8s.service. to kubernetes_service_ property name conversion when the dimension key is k8s.service.uid

Describe alternatives you've considered

No response

Additional context

No response

Tip

React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions