@opentelemetry/instrumentation-aws-lambda
Version:
OpenTelemetry instrumentation for AWS Lambda function invocations
7 lines • 354 B
TypeScript
/**
* A boolean that is true if the serverless function is executed for the first time (aka cold-start).
*
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
*/
export declare const ATTR_FAAS_COLDSTART = "faas.coldstart";
//# sourceMappingURL=semconv.d.ts.map