Skip to content

Conversation

@TeodorSAP
Copy link
Member

@TeodorSAP TeodorSAP commented Dec 2, 2025

Description

Changes proposed in this pull request (what was done and why):

  • Migrate processor: resource/insert-cluster-attributes -> transform/insert-cluster-attributes
  • Migrate processor: resource/drop-kyma-attributes -> transform/drop-kyma-attributes
  • Migrate processor: resource/drop-service-name -> transform/drop-service-name
  • Migrate processor: resource/drop-skip-enrichment-attribute -> transform/drop-skip-enrichment-attribute
  • Migrate processor: resource/set-kyma-input-name-istio -> transform/set-kyma-input-name-istio
  • Migrate processor: resource/set-kyma-input-name-prometheus -> transform/set-kyma-input-name-prometheus
  • Migrate processor: resource/set-kyma-input-name-runtime -> transform/set-kyma-input-name-runtime
  • Migrate processor: resource/set-kyma-input-name-kyma -> transform/set-kyma-input-name-kyma
  • Migrate processor: resource/set-kyma-input-name-otlp -> transform/set-kyma-input-name-otlp
  • Implement UT & E2E tests for covering empty value attributes edge-case
  • TODO: Find a solution for the service.name and k8sattributes empty values problem
  • Remove resource processor definitions and mentions

Changes refer to particular issues, PRs or documents:

Traceability

  • The PR is linked to a GitHub issue.
  • The follow-up issues (if any) are linked in the Related Issues section.
  • If the change is user-facing, the documentation has been adjusted.
  • If a CRD is changed, the corresponding Busola ConfigMap has been adjusted.
  • The feature is unit-tested.
  • The feature is e2e-tested.

@TeodorSAP TeodorSAP requested a review from a team as a code owner December 2, 2025 14:02
@TeodorSAP TeodorSAP added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. area/logs LogPipeline area/metrics MetricPipeline area/traces TracePipeline labels Dec 2, 2025
@github-actions github-actions bot modified the milestone: 1.54.0 Dec 2, 2025
@github-actions github-actions bot added the kind/feature Categorizes issue or PR as related to a new feature. label Dec 2, 2025
@TeodorSAP TeodorSAP changed the title feat: switch resource processors to transform processors and ensure empty attributes are also enriched feat: migrate resource processors to transform processors and ensure attributes with empty values are also enriched Dec 4, 2025
NHingerl
NHingerl previously approved these changes Dec 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/logs LogPipeline area/metrics MetricPipeline area/traces TracePipeline do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. kind/feature Categorizes issue or PR as related to a new feature.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enrich data for empty attributes

2 participants