inngest
Version:
Official SDK for Inngest.com. Inngest is the reliability layer for modern applications. Inngest combines durable execution, events, and queues into a zero-infra platform with built-in observability.
8 lines (7 loc) • 340 B
TypeScript
import { Instrumentation } from "@opentelemetry/instrumentation";
//#region src/components/execution/otel/util.d.ts
type Behaviour = "createProvider" | "extendProvider" | "off" | "auto";
type Instrumentations = (Instrumentation | Instrumentation[])[];
//#endregion
export { Behaviour, Instrumentations };
//# sourceMappingURL=util.d.ts.map