Skip to content

Commit 736f859

Browse files
trasklmolkova
andauthored
Fix links (#1814)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
1 parent 6217224 commit 736f859

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/exceptions/exceptions-logs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ linkTitle: Logs
77
**Status**: [Stable][DocumentStatus]
88

99
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)
10+
[logs](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/logs/api.md#emit-a-logrecord)
1111
emitted through the [Logger API](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/logs/api.md#logger).
1212

1313
<!-- toc -->

docs/gen-ai/gen-ai-events.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ linkTitle: Generative AI events
2323

2424
<!-- tocstop -->
2525

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).
2727

2828
> 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.
3030
3131
Instrumentations MAY capture inputs and outputs if and only if application has enabled the collection of this data.
3232
This is for three primary reasons:

docs/general/events.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Recommendations for defining events:
5050
collection of [standard](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/common#attribute)
5151
attributes.
5252
* Events SHOULD be generated / produced / recorded using the
53-
[Emit Event API](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/logs/api.md#emit-an-event)
53+
[Log API](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/logs/api.md#emit-a-logrecord)
5454
to ensure that the event is created using the configured SDK instance.
5555
* 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.
5656
* It's NOT RECOMMENDED to prefix the _payload_ (body) _fields_ with the `EventName` to

0 commit comments

Comments
 (0)