Skip to content

Commit

Permalink
added changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Horiodino <[email protected]>
  • Loading branch information
Horiodino committed Jun 7, 2024
1 parent 5273b69 commit 9e16256
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .chloggen/extract-resources-ns.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
change_type: enhancement

component: instrumentation

note: "Modified the logic for iterating over pod annotations, utilizing pod.GetAnnotations() to identify and extract resources using the specified namespace prefix (constants.OtelAnnotationNamespace)."

issues:
- https://github.com/open-telemetry/opentelemetry-operator/issues/2181


subtext: |
Modified files:
- pkg/constants/env.go
- pkg/instrumentation/sdk.go
- pkg/instrumentation/sdk_test.go
Implemented the use of the OpenTelemetry.io namespace for extracting resource annotations from Kubernetes pods.
Enhanced handling to streamline the extraction process and avoid overwriting existing resource mappings.

0 comments on commit 9e16256

Please sign in to comment.