Skip to content

Commit bc647fc

Browse files
docs(multiple): update readme for semantic convention (open-telemetry#2529)
1 parent 5eb61d8 commit bc647fc

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

plugins/node/instrumentation-dataloader/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ Each call to `.load` or `.loadMany` will create a child span for the current act
5353

5454
The batch load function of the dataloader also creates a span, which links to spans created as part of `.load` and `.loadMany`, it is a child span of whatever the active span is during which the dataloader is created.
5555

56+
## Semantic Conventions
57+
58+
This package does not currently generate any attributes from semantic conventions.
59+
5660
## Useful links
5761

5862
- For more information on OpenTelemetry, visit: <https://opentelemetry.io/>

plugins/node/instrumentation-fs/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ You can set the following:
5050
| `endHook` | `( functionName: FMember \| FPMember, info: { args: ArrayLike<unknown>; span: api.Span } ) => void` | Function called just before the span is ended. Useful for adding attributes. |
5151
| `requireParentSpan` | `boolean` | Require parent to create fs span, default when unset is `false`. |
5252

53+
## Semantic Conventions
54+
55+
This package does not currently generate any attributes from semantic conventions.
56+
5357
## Useful links
5458

5559
- For more information on OpenTelemetry, visit: <https://opentelemetry.io/>

plugins/web/opentelemetry-instrumentation-long-task/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ longtaskInstrumentationConfig = {
5858
}
5959
```
6060

61+
## Semantic Conventions
62+
63+
This package does not currently generate any attributes from semantic conventions.
64+
6165
## Useful links
6266

6367
- For more information on OpenTelemetry, visit: <https://opentelemetry.io/>

plugins/web/opentelemetry-instrumentation-user-interaction/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ registerInstrumentations({
152152
![Screenshot of the running example](images/main-sync.jpg)
153153
![Screenshot of the running example](images/click-sync.jpg)
154154

155+
## Semantic Conventions
156+
157+
This package does not currently generate any attributes from semantic conventions.
158+
155159
## Useful links
156160

157161
- For more information on OpenTelemetry, visit: <https://opentelemetry.io/>

0 commit comments

Comments
 (0)