Skip to content

Commit 7a5db08

Browse files
authored
doc(instr-fetch): mention instr-undici for Node.js fetch() (#4624)
Now that instrumentation-undici exists, point to it for users that want instrumentation of Node.js' fetch().
1 parent 19660db commit 7a5db08

File tree

1 file changed

+1
-1
lines changed
  • experimental/packages/opentelemetry-instrumentation-fetch

1 file changed

+1
-1
lines changed

experimental/packages/opentelemetry-instrumentation-fetch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
**Note: This is an experimental package under active development. New releases may include breaking changes.**
77

88
This module provides auto instrumentation for web using [fetch](https://developer.mozilla.org/en-US/docs/Web/API/fetch).
9-
(Note: This instrumentation does **not** instrument [Node.js' fetch](https://nodejs.org/api/globals.html#fetch). See [this issue](https://github.com/open-telemetry/opentelemetry-js/issues/4333).)
9+
(Note: This instrumentation does **not** instrument [Node.js' fetch](https://nodejs.org/api/globals.html#fetch). See [`@opentelemetry/instrumentation-undici`](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-undici/) for that.)
1010

1111
## Installation
1212

0 commit comments

Comments
 (0)