You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/exceptions/exceptions-logs.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ linkTitle: Logs
7
7
**Status**: [Stable][DocumentStatus]
8
8
9
9
This document defines semantic conventions for recording exceptions on
10
-
[logs](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/logs/api.md#emit-a-logrecord) and [events](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/logs/api.md#emit-an-event)
Copy file name to clipboardexpand all lines: docs/gen-ai/gen-ai-events.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,10 @@ linkTitle: Generative AI events
23
23
24
24
<!-- tocstop -->
25
25
26
-
GenAI instrumentations MAY capture user inputs sent to the model and responses received from it as [events](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/logs/api.md#emit-an-event).
26
+
GenAI instrumentations MAY capture user inputs sent to the model and responses received from it as [events](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.41.0/specification/logs/data-model.md#events).
27
27
28
28
> Note:
29
-
> Event API is experimental and not yet available in some languages. Check [spec-compliance matrix](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/spec-compliance-matrix.md#logs) to see the implementation status in corresponding language.
29
+
> Events are experimental and not yet available in some languages. Check [spec-compliance matrix](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/spec-compliance-matrix.md#logs) to see the implementation status in corresponding language.
30
30
31
31
Instrumentations MAY capture inputs and outputs if and only if application has enabled the collection of this data.
to ensure that the event is created using the configured SDK instance.
55
55
* The Emit Event API is not yet available in all OpenTelemetry SDKs. Check [spec-compliance matrix](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/spec-compliance-matrix.md#logs) to see the implementation status in corresponding language.
56
56
* It's NOT RECOMMENDED to prefix the _payload_ (body) _fields_ with the `EventName` to
0 commit comments