Removed instrumentation-fs docs reference
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user