UNPKG

@dynatrace/opentelemetry-azure-functions

Version:

Dynatrace OpenTelemetry package for Azure Functions

11 lines 441 B
/** * Detects azure function resource attributes. * * @note we could consider to split this into a static and dynamic part for efficency reasons but * there is some risk that environment gets updated by runtime. * * @param context the function call context * @returns detected resource attributes */ export declare function detectResource(functionName?: string): Record<string, string>; //# sourceMappingURL=ResourceDetector.d.ts.map