diff --git a/.chloggen/extract-resources-ns.yaml b/.chloggen/extract-resources-ns.yaml new file mode 100755 index 0000000000..ddbb391547 --- /dev/null +++ b/.chloggen/extract-resources-ns.yaml @@ -0,0 +1,17 @@ +change_type: enhancement + +component: instrumentation + +note: "introduced ability to set Otel resource attributes based on annotations for instrumentation" + +issues: + - 2181 + + +subtext: | + Modified files: + - pkg/constants/env.go + - pkg/instrumentation/sdk.go + - pkg/instrumentation/sdk_test.go + + resource.opentelemetry.io/your-key: "your-value"