diff --git a/plugins/node/instrumentation-dataloader/README.md b/plugins/node/instrumentation-dataloader/README.md index bef652dfbd..7200a2a33d 100644 --- a/plugins/node/instrumentation-dataloader/README.md +++ b/plugins/node/instrumentation-dataloader/README.md @@ -53,6 +53,10 @@ Each call to `.load` or `.loadMany` will create a child span for the current act 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. +## Semantic Conventions + +This package does not currently generate any attributes from semantic conventions. + ## Useful links - For more information on OpenTelemetry, visit: diff --git a/plugins/node/instrumentation-fs/README.md b/plugins/node/instrumentation-fs/README.md index 669b33ee93..ebadc77ed8 100644 --- a/plugins/node/instrumentation-fs/README.md +++ b/plugins/node/instrumentation-fs/README.md @@ -50,6 +50,10 @@ You can set the following: | `endHook` | `( functionName: FMember \| FPMember, info: { args: ArrayLike; span: api.Span } ) => void` | Function called just before the span is ended. Useful for adding attributes. | | `requireParentSpan` | `boolean` | Require parent to create fs span, default when unset is `false`. | +## Semantic Conventions + +This package does not currently generate any attributes from semantic conventions. + ## Useful links - For more information on OpenTelemetry, visit: diff --git a/plugins/web/opentelemetry-instrumentation-long-task/README.md b/plugins/web/opentelemetry-instrumentation-long-task/README.md index fd3a3df856..5239e006b5 100644 --- a/plugins/web/opentelemetry-instrumentation-long-task/README.md +++ b/plugins/web/opentelemetry-instrumentation-long-task/README.md @@ -58,6 +58,10 @@ longtaskInstrumentationConfig = { } ``` +## Semantic Conventions + +This package does not currently generate any attributes from semantic conventions. + ## Useful links - For more information on OpenTelemetry, visit: diff --git a/plugins/web/opentelemetry-instrumentation-user-interaction/README.md b/plugins/web/opentelemetry-instrumentation-user-interaction/README.md index 9823e3f068..9d4f98bcb7 100644 --- a/plugins/web/opentelemetry-instrumentation-user-interaction/README.md +++ b/plugins/web/opentelemetry-instrumentation-user-interaction/README.md @@ -152,6 +152,10 @@ registerInstrumentations({ ![Screenshot of the running example](images/main-sync.jpg) ![Screenshot of the running example](images/click-sync.jpg) +## Semantic Conventions + +This package does not currently generate any attributes from semantic conventions. + ## Useful links - For more information on OpenTelemetry, visit: