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/faas/faas-spans.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Refer to the [Recording Errors](/docs/general/recording-errors.md) document for
38
38
39
39
If Spans following this convention are produced, a Resource of type `faas` MUST exist following the [Resource semantic convention](../resource/faas.md).
40
40
41
-
<!-- semconv span.faas -->
41
+
<!-- semconv faas.attributes-->
42
42
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
43
43
<!-- see templates/registry/markdown/snippet.md.j2 -->
44
44
<!-- prettier-ignore-start -->
@@ -242,7 +242,7 @@ This section describes how to handle the span creation and additional attributes
242
242
A datasource function is triggered as a response to some data source operation such as a database or filesystem read/write.
243
243
FaaS instrumentations that produce `faas` spans with trigger `datasource`, SHOULD use the following set of attributes.
244
244
245
-
<!-- semconv span.faas.datasource -->
245
+
<!-- semconv span.faas.datasource.server-->
246
246
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
247
247
<!-- see templates/registry/markdown/snippet.md.j2 -->
248
248
<!-- prettier-ignore-start -->
@@ -287,7 +287,7 @@ This way, it is possible to correlate each individual message with its invocatio
287
287
288
288
A function is scheduled to be executed regularly. The following additional attributes are recommended.
289
289
290
-
<!-- semconv span.faas.timer -->
290
+
<!-- semconv span.faas.timer.server-->
291
291
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
292
292
<!-- see templates/registry/markdown/snippet.md.j2 -->
0 commit comments