You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 6, 2024. It is now read-only.
- The Specification merge rules will be updated to account for violations prevalent in ALL implementation of resource detection.
48
-
- Specifically: This means the rules around merging Resource across schema-url will be dropped. Instead only conflicting attributes will be dropped.
49
-
- SchemaURL on Resource will need to be deprecated with entity-specific schema-url replacing it. Additionally, as no Resource semantic conventions have ever stabilized, SchemaURL usage on Resource cannot be in stable components of OpenTelemetry. Given prevalent violation of implementations around Resource merge specification, we suspect impact of this deprecation to be minimal.
48
+
- Specifically: This means the [rules around merging Resource across schema-url will be dropped](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/sdk.md#merge). Instead only conflicting attributes will be dropped.
49
+
- SchemaURL on Resource will need to be deprecated with entity-specific schema-url replacing it. SDKs will no longer fill out SchemaURL on Resource. Additionally, as no (non-service) Resource semantic conventions have ever stabilized, SchemaURL usage on Resource cannot be in stable components of OpenTelemetry. Given prevalent concerns of implementations around Resource merge specification, we suspect impact of this deprecation to be minimal.
50
50
- An OOTB "Env Variable Entity Detector" will be specified and provided vs. requiring SDK wide ENV variables for resource detection.
51
51
-*Additionally, Resource Coordinator would be responsible for understanding Entity lifecycle events, for Entities whose lifetimes do not match or exceed the SDK's own lifetime (e.g. browser session).*
52
52
@@ -90,9 +90,10 @@ set OTEL_DETECTED_ENTITIES=k8s.deployment[k8s.deployment.name=my-program],k8s.po
0 commit comments