Skip to content

Commit 2d350b8

Browse files
committed
Removed instrumentation-fs docs reference
1 parent b027d69 commit 2d350b8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/config/config-file.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,14 @@ Some ones we recommend:
9898
| Package | Description |
9999
| --------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
100100
| `@opentelemetry/instrumentation-undici` | Logs all fetch calls (inc. Undici fetch) |
101-
| `@opentelemetry/instrumentation-fs` | Logs all file system calls |
102101
| `@opentelemetry/instrumentation-http` | Logs all HTTP calls |
103102
| `@prisma/instrumentation` | Logs all Prisma calls, you need to [enable tracing](https://github.com/prisma/prisma/tree/main/packages/instrumentation) |
104103
| `@traceloop/instrumentation-openai` | Logs all OpenAI calls |
105104

105+
<Note>
106+
`@opentelemetry/instrumentation-fs` which logs all file system calls is currently not supported.
107+
</Note>
108+
106109
## Runtime
107110

108111
We currently only officially support the `node` runtime, but you can try our experimental `bun` runtime by setting the `runtime` option in your config file:

0 commit comments

Comments
 (0)