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
@@ -318,7 +318,7 @@ This metric is [required][MetricRequired].
318
318
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
@@ -56,7 +56,7 @@ with all retries.
56
56
57
57
## Name
58
58
59
-
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).
59
+
Database spans MUST follow the overall [guidelines for span names](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.0/specification/trace/api.md#span).
60
60
61
61
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. -->
emitted through the [Logger API](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.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.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
24
+
[LogRecord](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.0/specification/logs/data-model.md#log-and-event-record-definition) passed to the [Logger](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.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.41.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.42.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
@@ -161,7 +161,7 @@ be `<event source> process`. If there are multiple sources in the batch, the nam
161
161
162
162
For every message in the event, the [message system attributes][] (not message attributes, which are provided by
163
163
the user) SHOULD be checked for the key `AWSTraceHeader`. If it is present, an OpenTelemetry `Context` SHOULD be
164
-
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
164
+
parsed from the value of the attribute using the [AWS X-Ray Propagator](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.0/specification/context/api-propagators.md) and
165
165
added as a link to the span. This means the span may have as many links as messages in the batch.
166
166
See [compatibility](../non-normative/compatibility/aws.md#context-propagation) for more info.
167
167
@@ -174,7 +174,7 @@ See [compatibility](../non-normative/compatibility/aws.md#context-propagation) f
174
174
For the SQS message span, the name MUST be `<event source> process`. The parent MUST be the `CONSUMER` span
175
175
corresponding to the SQS event. The [message system attributes][] (not message attributes, which are provided by
176
176
the user) SHOULD be checked for the key `AWSTraceHeader`. If it is present, an OpenTelemetry `Context` SHOULD be
177
-
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
177
+
parsed from the value of the attribute using the [AWS X-Ray Propagator](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.0/specification/context/api-propagators.md) and
178
178
added as a link to the span.
179
179
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**: [Development][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.41.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.42.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.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
35
+
[LogRecord](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.0/specification/logs/data-model.md#log-and-event-record-definition) passed to the [Logger](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.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.41.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.42.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
@@ -21,10 +21,10 @@ linkTitle: Events
21
21
22
22
<!-- tocstop -->
23
23
24
-
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).
24
+
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.42.0/specification/logs/data-model.md#events).
25
25
26
26
> Note:
27
-
> Events are in-development 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.
27
+
> Events are in-development and not yet available in some languages. Check [spec-compliance matrix](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.42.0/spec-compliance-matrix.md#logs) to see the implementation status in corresponding language.
28
28
29
29
Instrumentations MAY capture inputs and outputs if and only if application has enabled the collection of this data.
0 commit comments