From fabce9267f3347a7b307306e07e119cfc4fa5b92 Mon Sep 17 00:00:00 2001 From: Dmitry Anoshin Date: Wed, 16 Jul 2025 16:37:51 -0700 Subject: [PATCH] [spec] Mention entity references in the stability guarantees Given that type of an entity is a part of it's identity, we should define stability guarantees for that given that identifying attributes already covered by the guarantees for the resource attributes. --- specification/versioning-and-stability.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/specification/versioning-and-stability.md b/specification/versioning-and-stability.md index e289ee26a40..32233a8d991 100644 --- a/specification/versioning-and-stability.md +++ b/specification/versioning-and-stability.md @@ -208,6 +208,9 @@ Semantic Conventions defines the set of fields in the OTLP data model: - [Resource](resource/sdk.md) - attribute keys. (The key section of attributes key value pairs) + - [Entity References](entities/data-model.md#entity-data-model) + - Entity type + - Identifier (inherits attribute key guarantees from the resource) - InstrumentationScope - Attribute keys - provided to [get a tracer](trace/api.md#get-a-tracer)