Removed instrumentation-fs docs reference

This commit is contained in:
James Ritchie
2024-09-23 15:41:44 +01:00
parent b027d69365
commit 2d350b8168
+4 -1
View File
@@ -98,11 +98,14 @@ Some ones we recommend:
| Package | Description |
| --------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| `@opentelemetry/instrumentation-undici` | Logs all fetch calls (inc. Undici fetch) |
| `@opentelemetry/instrumentation-fs` | Logs all file system calls |
| `@opentelemetry/instrumentation-http` | Logs all HTTP calls |
| `@prisma/instrumentation` | Logs all Prisma calls, you need to [enable tracing](https://github.com/prisma/prisma/tree/main/packages/instrumentation) |
| `@traceloop/instrumentation-openai` | Logs all OpenAI calls |
<Note>
`@opentelemetry/instrumentation-fs` which logs all file system calls is currently not supported.
</Note>
## Runtime
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: