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/cicd/cicd-spans.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ This span describes a CICD pipeline run.
35
35
36
36
For all pipeline runs, a span with kind `SERVER` SHOULD be created corresponding to the execution of the pipeline run.
37
37
38
-
**Span name** MUST follow the overall [guidelines for span names](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.43.0/specification/trace/api.md#span).
38
+
**Span name** MUST follow the overall [guidelines for span names](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.55.0/specification/trace/api.md#span).
39
39
40
40
The span name SHOULD be `{action} {pipeline}` if there is a (low-cardinality) pipeline name available.
41
41
If the pipeline name is not available or is likely to have high cardinality, then the span name SHOULD be `{action}`.
Copy file name to clipboardExpand all lines: docs/gen-ai/gen-ai-spans.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ This span represents a client call to Generative AI model or service that genera
57
57
58
58
**Span name** SHOULD be `{gen_ai.operation.name} {gen_ai.request.model}`.
59
59
Semantic conventions for individual GenAI systems and frameworks MAY specify different span name format
60
-
and MUST follow the overall [guidelines for span names](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.37.0/specification/trace/api.md#span).
60
+
and MUST follow the overall [guidelines for span names](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.55.0/specification/trace/api.md#span).
61
61
62
62
**Span kind** SHOULD be `CLIENT` and MAY be set to `INTERNAL` on spans representing
63
63
call to models running in the same process. It's RECOMMENDED to use `CLIENT` kind
Copy file name to clipboardExpand all lines: docs/how-to-write-conventions/resource-and-entities.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,7 @@ minimal set of attributes that is sufficient for uniquely identifying that entit
177
177
uniquely identified by (`process.pid`,`process.creation.time`)
178
178
attributes. Adding for example `process.executable.name`
179
179
attribute to the identity is unnecessary and violates the
180
-
rule of having a [minimally sufficient ID](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.45.0/specification/entities/data-model.md#minimally-sufficient-identity).
180
+
rule of having a [minimally sufficient ID](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.55.0/specification/entities/data-model.md#minimally-sufficient-identity).
181
181
182
182
Identifying attributes generally form the lifespan of an entity. This is
183
183
important, particularly, for metrics written against an entity. The lifespan
In OpenTelemetry, every signal is associated with a Resource.
235
-
According to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.45.0/specification/resource/README.md#overview)
235
+
According to the [Specification](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.55.0/specification/resource/README.md#overview)
236
236
this is:
237
237
238
238
> A Resource is a representation of the entity producing telemetry. Within
@@ -247,7 +247,7 @@ this is:
247
247
> * It SHOULD allow users to determine where that entity resides within their
248
248
> infrastructure.
249
249
250
-
All resources are composed of [Entities](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.45.0/specification/entities/README.md#overview).
250
+
All resources are composed of [Entities](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.55.0/specification/entities/README.md#overview).
251
251
An entity is specified as:
252
252
253
253
> Entity represents an object of interest associated with
@@ -262,7 +262,7 @@ several key differences between the two:
262
262
*descriptive* attributes.
263
263
- Identifying attributes can be used to identify the entity
Copy file name to clipboardExpand all lines: model/cicd/spans.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ groups:
6
6
note: |
7
7
For all pipeline runs, a span with kind `SERVER` SHOULD be created corresponding to the execution of the pipeline run.
8
8
9
-
**Span name** MUST follow the overall [guidelines for span names](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.43.0/specification/trace/api.md#span).
9
+
**Span name** MUST follow the overall [guidelines for span names](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.55.0/specification/trace/api.md#span).
10
10
11
11
The span name SHOULD be `{action} {pipeline}` if there is a (low-cardinality) pipeline name available.
12
12
If the pipeline name is not available or is likely to have high cardinality, then the span name SHOULD be `{action}`.
Copy file name to clipboardExpand all lines: model/gen-ai/spans.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ groups:
111
111
note: |
112
112
**Span name** SHOULD be `{gen_ai.operation.name} {gen_ai.request.model}`.
113
113
Semantic conventions for individual GenAI systems and frameworks MAY specify different span name format
114
-
and MUST follow the overall [guidelines for span names](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.37.0/specification/trace/api.md#span).
114
+
and MUST follow the overall [guidelines for span names](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.55.0/specification/trace/api.md#span).
115
115
116
116
**Span kind** SHOULD be `CLIENT` and MAY be set to `INTERNAL` on spans representing
117
117
call to models running in the same process. It's RECOMMENDED to use `CLIENT` kind
0 commit comments