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.
13 lines • 407 B
TypeScript
export declare const debugPrefix = "inngest:otel";
export declare enum TraceStateKey {
AppId = "inngest@app",
FunctionId = "inngest@fn"
}
export declare enum Attribute {
InngestTraceparent = "inngest.traceparent",
InngestRunId = "sdk.run.id",
InngestAppId1 = "sdk.app.id",
InngestAppId2 = "sys.app.id",
InngestFunctionId = "sys.function.id"
}
//# sourceMappingURL=consts.d.ts.map