From plan.md's "Observability" section: instrument the server with OpenTelemetry (@opentelemetry/sdk-node, @opentelemetry/auto-instrumentations-node) for tracing and metrics. Called out to be set up early so routes are instrumented from the start rather than retrofitted later.
From plan.md's "Observability" section: instrument the server with OpenTelemetry (
@opentelemetry/sdk-node,@opentelemetry/auto-instrumentations-node) for tracing and metrics. Called out to be set up early so routes are instrumented from the start rather than retrofitted later.