Fix links (#1814)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
This commit is contained in:
parent
6217224ed6
commit
736f859861
|
|
@ -7,7 +7,7 @@ linkTitle: Logs
|
||||||
**Status**: [Stable][DocumentStatus]
|
**Status**: [Stable][DocumentStatus]
|
||||||
|
|
||||||
This document defines semantic conventions for recording exceptions on
|
This document defines semantic conventions for recording exceptions on
|
||||||
[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)
|
[logs](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/logs/api.md#emit-a-logrecord)
|
||||||
emitted through the [Logger API](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/logs/api.md#logger).
|
emitted through the [Logger API](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/logs/api.md#logger).
|
||||||
|
|
||||||
<!-- toc -->
|
<!-- toc -->
|
||||||
|
|
|
||||||
|
|
@ -23,10 +23,10 @@ linkTitle: Generative AI events
|
||||||
|
|
||||||
<!-- tocstop -->
|
<!-- tocstop -->
|
||||||
|
|
||||||
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).
|
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).
|
||||||
|
|
||||||
> Note:
|
> Note:
|
||||||
> 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.
|
> 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.
|
||||||
|
|
||||||
Instrumentations MAY capture inputs and outputs if and only if application has enabled the collection of this data.
|
Instrumentations MAY capture inputs and outputs if and only if application has enabled the collection of this data.
|
||||||
This is for three primary reasons:
|
This is for three primary reasons:
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@ Recommendations for defining events:
|
||||||
collection of [standard](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/common#attribute)
|
collection of [standard](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/common#attribute)
|
||||||
attributes.
|
attributes.
|
||||||
* Events SHOULD be generated / produced / recorded using the
|
* Events SHOULD be generated / produced / recorded using the
|
||||||
[Emit Event API](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/logs/api.md#emit-an-event)
|
[Log API](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/logs/api.md#emit-a-logrecord)
|
||||||
to ensure that the event is created using the configured SDK instance.
|
to ensure that the event is created using the configured SDK instance.
|
||||||
* 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.
|
* 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.
|
||||||
* It's NOT RECOMMENDED to prefix the _payload_ (body) _fields_ with the `EventName` to
|
* It's NOT RECOMMENDED to prefix the _payload_ (body) _fields_ with the `EventName` to
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue