-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
5 / 55 of 5 issues completedLabels
Description
Description
We now have two SDKs for frameworks that run on the nitro server toolkit. The Nuxt SDK and the SolidStart SDK.
We would like to write an OpenTelemetry instrumentation for Nitro, similarly to the OpenTelemetry express instrumentation, to further instrument applications of our users and eventually contribute it upstream.
Most of the things are instrumented in the Nuxt and/or SolidStart SDK:
Basic Tasklist
- Parameterize server routes fix(nuxt): Parametrize routes on the server-sideย #16785
- Instrument $fetch
- Automatically capture exceptions using nitro hooks (done in this line)
- Instrument middlewares
- Instrument WebSockets and Server Side Events
Nitro Storage Features
Miscellaneous
- Instrument Tasks (experimental feature)
pi0, langovoi, patogordo and goetzrobin