Skip to content

Commit d4994c1

Browse files
authored
Remove Event API status (#5971)
1 parent 34d00a2 commit d4994c1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

content/en/docs/specs/status.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ same as the **Protocol** status.
9898
- [Specification][logging]
9999
- {{% spec_status "Bridge API" "otel/logs/api" "Status" %}}
100100
- {{% spec_status "SDK" "otel/logs/sdk" "Status" %}}
101-
- {{% spec_status "Event API" "otel/logs/event-api" "Status" %}}
102101
- {{% spec_status "Protocol" "otlp" "/document-status/.*for.*log" %}}
103102
- Notes:
104103
- The [logs data model][] is released as part of the OpenTelemetry Protocol.
@@ -111,10 +110,8 @@ same as the **Protocol** status.
111110
- The OpenTelemetry Log SDK is the standard implementation of the Log Bridge
112111
API. Applications configure the SDK to indicate how logs are processed and
113112
exported (e.g. using OTLP).
114-
- The OpenTelemetry Event API allows log records to be emitted which conform
115-
to the [event semantic conventions][]. In contrast to the Log Bridge API,
116-
the Event API is intended to be called by end users. The Event API is under
117-
active development.
113+
- The OpenTelemetry Log Bridge API contains experimental support for emitting
114+
log records which conform to the [event semantic conventions][].
118115

119116
### Profiles
120117

0 commit comments

Comments
 (0)