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. MSGID string Defines the type of the event. Part of event source identity. Example: "TCPIN" - Name + Attributes["syslog.msgid"] STRUCTURED-DATA @@ -639,7 +628,7 @@ Rest of SDIDs -> Attributes["syslog.*"] EventID uint The identifier that the provider used to identify the event. - Name + Attributes["winlog.event_id"] Message @@ -674,7 +663,7 @@ Rest of SDIDs -> Attributes["syslog.*"] EventType string Short machine understandable string describing the event type. SignalFx specific concept. Non-namespaced. Example: k8s Event Reason field. - Name + Attributes["com.splunk.signalfx.event_type"] Category @@ -971,7 +960,7 @@ When mapping from the unified model to HEC, we apply this additional mapping: errorCode string The AWS service error if the request returns an error. - Name + Attributes["cloudtrail.error_code"] errorMessage @@ -1308,12 +1297,6 @@ It may contain what hostname returns on Unix systems, the fully qualified, or a Version of the service the data was collected from. Resource["service.version"] - - - - - - \* Not yet formalized into ECS.