You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`@opentelemetry/instrumentation-undici`| Logs all fetch calls (inc. Undici fetch) |
101
-
|`@opentelemetry/instrumentation-fs`| Logs all file system calls |
102
101
|`@opentelemetry/instrumentation-http`| Logs all HTTP calls |
103
102
|`@prisma/instrumentation`| Logs all Prisma calls, you need to [enable tracing](https://github.com/prisma/prisma/tree/main/packages/instrumentation)|
104
103
|`@traceloop/instrumentation-openai`| Logs all OpenAI calls |
105
104
105
+
<Note>
106
+
`@opentelemetry/instrumentation-fs` which logs all file system calls is currently not supported.
107
+
</Note>
108
+
106
109
## Runtime
107
110
108
111
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