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
[](https://github.com/open-telemetry/semantic-conventions/releases/latest)
Copy file name to clipboardexpand all lines: docs/database/cosmosdb.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -319,7 +319,7 @@ This metric is [required][MetricRequired].
319
319
It captures the Request Units consumed by each operation in Azure Cosmos DB. Since Request Units serve as a form of throughput control within the Azure Cosmos DB database, monitoring their usage is crucial to avoid throttling.
Copy file name to clipboardexpand all lines: docs/database/database-spans.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ with all retries.
58
58
59
59
## Name
60
60
61
-
Database spans MUST follow the overall [guidelines for span names](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.40.0/specification/trace/api.md#span).
61
+
Database spans MUST follow the overall [guidelines for span names](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/trace/api.md#span).
62
62
63
63
The **span name** SHOULD be `{db.query.summary}` if a summary is available.
<!-- Tables in this document are not auto-generated and are intentionally frozen in time. From the .NET perspective this metric and its attributes are stable till the next major version. They are still experimental in the OpenTelemetry. -->
<!-- Tables in this document are not auto-generated and are intentionally frozen in time. From the .NET perspective this metric and its attributes are stable till the next major version. They are still experimental in the OpenTelemetry. -->
<!-- Tables in this document are not auto-generated and are intentionally frozen in time. From the .NET perspective this metric and its attributes are stable till the next major version. They are still experimental in the OpenTelemetry. -->
Copy file name to clipboardexpand all lines: docs/exceptions/exceptions-logs.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ 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.40.0/specification/logs/api.md#emit-a-logrecord) and [events](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.40.0/specification/logs/api.md#emit-an-event)
11
-
emitted through the [Logger API](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.40.0/specification/logs/api.md#logger).
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)
11
+
emitted through the [Logger API](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/logs/api.md#logger).
12
12
13
13
<!-- toc -->
14
14
@@ -21,7 +21,7 @@ emitted through the [Logger API](https://github.com/open-telemetry/opentelemetry
21
21
## Recording an Exception
22
22
23
23
Exceptions SHOULD be recorded as attributes on the
24
-
[LogRecord](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.40.0/specification/logs/data-model.md#log-and-event-record-definition) passed to the [Logger](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.40.0/specification/logs/api.md#logger) emit
24
+
[LogRecord](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/logs/data-model.md#log-and-event-record-definition) passed to the [Logger](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/logs/api.md#logger) emit
25
25
operations. Exceptions MAY be recorded on "logs" or "events" depending on the
26
26
context.
27
27
@@ -33,7 +33,7 @@ the language runtime.
33
33
## Attributes
34
34
35
35
The table below indicates which attributes should be added to the
36
-
[LogRecord](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.40.0/specification/logs/data-model.md#log-and-event-record-definition) and their types.
36
+
[LogRecord](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/logs/data-model.md#log-and-event-record-definition) and their types.
37
37
38
38
<!-- semconv log-exception -->
39
39
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
Copy file name to clipboardexpand all lines: docs/faas/aws-lambda.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,7 @@ be `<event source> process`. If there are multiple sources in the batch, the nam
163
163
164
164
For every message in the event, the [message system attributes][] (not message attributes, which are provided by
165
165
the user) SHOULD be checked for the key `AWSTraceHeader`. If it is present, an OpenTelemetry `Context` SHOULD be
166
-
parsed from the value of the attribute using the [AWS X-Ray Propagator](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.40.0/specification/context/api-propagators.md) and
166
+
parsed from the value of the attribute using the [AWS X-Ray Propagator](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/context/api-propagators.md) and
167
167
added as a link to the span. This means the span may have as many links as messages in the batch.
168
168
See [compatibility](../non-normative/compatibility/aws.md#context-propagation) for more info.
169
169
@@ -176,7 +176,7 @@ See [compatibility](../non-normative/compatibility/aws.md#context-propagation) f
176
176
For the SQS message span, the name MUST be `<event source> process`. The parent MUST be the `CONSUMER` span
177
177
corresponding to the SQS event. The [message system attributes][] (not message attributes, which are provided by
178
178
the user) SHOULD be checked for the key `AWSTraceHeader`. If it is present, an OpenTelemetry `Context` SHOULD be
179
-
parsed from the value of the attribute using the [AWS X-Ray Propagator](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.40.0/specification/context/api-propagators.md) and
179
+
parsed from the value of the attribute using the [AWS X-Ray Propagator](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/context/api-propagators.md) and
180
180
added as a link to the span.
181
181
See [compatibility](../non-normative/compatibility/aws.md#context-propagation) for more info.
Copy file name to clipboardexpand all lines: docs/feature-flags/feature-flags-logs.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ linkTitle: Logs
7
7
**Status**: [Experimental][DocumentStatus]
8
8
9
9
This document defines semantic conventions for recording feature flag evaluations as
10
-
a [log record](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.40.0/specification/logs/data-model.md#log-and-event-record-definition) emitted through the
a [log record](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/logs/data-model.md#log-and-event-record-definition) emitted through the
This is useful when a flag is evaluated outside of a transaction context
13
13
such as when the application loads or on a timer.
14
14
@@ -32,14 +32,14 @@ This can be used to determine the impact a feature has on a request, enabling en
32
32
## Recording an Evaluation
33
33
34
34
Feature flag evaluations SHOULD be recorded as attributes on the
35
-
[LogRecord](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.40.0/specification/logs/data-model.md#log-and-event-record-definition) passed to the [Logger](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.40.0/specification/logs/api.md#logger) emit
35
+
[LogRecord](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/logs/data-model.md#log-and-event-record-definition) passed to the [Logger](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/logs/api.md#logger) emit
36
36
operations. Evaluations MAY be recorded on "logs" or "events" depending on the
37
37
context.
38
38
39
39
## Evaluation event
40
40
41
41
The table below indicates which attributes should be added to the
42
-
[LogRecord](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.40.0/specification/logs/data-model.md#log-and-event-record-definition) and their types.
42
+
[LogRecord](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/logs/data-model.md#log-and-event-record-definition) and their types.
43
43
44
44
<!-- semconv event.feature_flag.evaluation -->
45
45
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
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/blob/v1.40.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/tree/v1.41.0/specification/logs/api.md#emit-an-event).
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/blob/v1.40.0/spec-compliance-matrix.md#logs) to see the implementation status in corresponding language.
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.
30
30
31
31
Instrumentations MAY capture inputs and outputs if and only if application has enabled the collection of this data.
0 commit comments