File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ The API MUST accept the following parameters:
137137- [ Severity Text] ( ./data-model.md#field-severitytext ) (optional)
138138- [ Body] ( ./data-model.md#field-body ) (optional)
139139- [ Attributes] ( ./data-model.md#field-attributes ) (optional)
140- - ** Status** : [ Development] ( ../document-status.md ) - [ Event Name] ( ./data-model.md#event-name ) (optional)
140+ - ** Status** : [ Development] ( ../document-status.md ) - [ Event Name] ( ./data-model.md#field-eventname ) (optional)
141141
142142#### Enabled
143143
@@ -174,7 +174,7 @@ formatted as an [event](./data-model.md#events).
174174
175175** Parameters:**
176176
177- * [ Event Name] ( ./data-model.md#event-name ) (required)
177+ * [ Event Name] ( ./data-model.md#field-eventname ) (required)
178178* [ Timestamp] ( ./data-model.md#field-timestamp ) (optional)
179179* [ Observed Timestamp] ( ./data-model.md#field-observedtimestamp ) (optional). If unspecified
180180 the implementation SHOULD set it equal to the current time.
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ the following information added to the [LogRecord](data-model.md#log-and-event-r
232232* [ ` TraceId ` ] ( ./data-model.md#field-traceid )
233233* [ ` SpanId ` ] ( ./data-model.md#field-spanid )
234234* [ ` TraceFlags ` ] ( ./data-model.md#field-traceflags )
235- * ** Status** : [ Development] ( ../document-status.md ) - [ ` EventName ` ] ( ./data-model.md#event-name )
235+ * ** Status** : [ Development] ( ../document-status.md ) - [ ` EventName ` ] ( ./data-model.md#field-eventname )
236236
237237The SDK MAY provide an operation that makes a deep clone of a ` ReadWriteLogRecord ` .
238238The operation can be used by asynchronous processors (e.g. [ Batching processor] ( #batching-processor ) )
You can’t perform that action at this time.
0 commit comments