From bc647fcdda722ea5536b4b79975f6387142e0e49 Mon Sep 17 00:00:00 2001
From: Raymon Leon <164056004+raymonslickdeals@users.noreply.github.com>
Date: Mon, 18 Nov 2024 06:00:22 -0700
Subject: [PATCH] docs(multiple): update readme for semantic convention (#2529)
---
plugins/node/instrumentation-dataloader/README.md | 4 ++++
plugins/node/instrumentation-fs/README.md | 4 ++++
plugins/web/opentelemetry-instrumentation-long-task/README.md | 4 ++++
.../opentelemetry-instrumentation-user-interaction/README.md | 4 ++++
4 files changed, 16 insertions(+)
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: