Skip to content

Commit

Permalink
docs(multiple): update readme for semantic convention (#2529)
Browse files Browse the repository at this point in the history
  • Loading branch information
raymonslickdeals authored Nov 18, 2024
1 parent 5eb61d8 commit bc647fc
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/node/instrumentation-dataloader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://opentelemetry.io/>
Expand Down
4 changes: 4 additions & 0 deletions plugins/node/instrumentation-fs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ You can set the following:
| `endHook` | `( functionName: FMember \| FPMember, info: { args: ArrayLike<unknown>; 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: <https://opentelemetry.io/>
Expand Down
4 changes: 4 additions & 0 deletions plugins/web/opentelemetry-instrumentation-long-task/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://opentelemetry.io/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://opentelemetry.io/>
Expand Down

0 comments on commit bc647fc

Please sign in to comment.