diff --git a/CHANGELOG.md b/CHANGELOG.md index 44b51a22519..b60c6d8b75a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,8 @@ release. ([#2184](https://github.com/open-telemetry/opentelemetry-specification/pull/2184)) - Change mapping for log_name of Google Cloud Logging. ([#2092](https://github.com/open-telemetry/opentelemetry-specification/pull/2092)) +- Drop Log name. + field ([#2271](https://github.com/open-telemetry/opentelemetry-specification/pull/2271)) ### Resource diff --git a/specification/logs/data-model.md b/specification/logs/data-model.md index 5bd3ecb8cbe..8774df394b1 100644 --- a/specification/logs/data-model.md +++ b/specification/logs/data-model.md @@ -23,7 +23,6 @@ - [Error Semantics](#error-semantics) - [Displaying Severity](#displaying-severity) - [Comparing Severity](#comparing-severity) - - [Field: `Name`](#field-name) - [Field: `Body`](#field-body) - [Field: `Resource`](#field-resource) - [Field: `Attributes`](#field-attributes) @@ -184,7 +183,6 @@ SpanId |Request span id. TraceFlags |W3C trace flag. SeverityText |The severity text (also known as log level). SeverityNumber |Numerical value of the severity. -Name |Short low cardinality event type. Body |The body of the log record. Resource |Describes the source of the log. Attributes |Additional information about the event. @@ -402,15 +400,6 @@ comparisons `SeverityNumber` field should be used. `SeverityNumber` can be compared to another `SeverityNumber` or to numbers in the 1..24 range (or to the corresponding short names). -### Field: `Name` - -Type: string. - -Description: Short low cardinality event type that does not contain varying -parts. `Name` describes what happened (e.g. "ProcessStarted"). Recommended to be -no longer than 50 characters. Typically used for filtering and grouping purposes -in backends. This field is optional. - ### Field: `Body` Type: any. @@ -585,7 +574,7 @@ this data model.