UNPKG

@dynatrace/opentelemetry-gcf

Version:

Dynatrace OpenTelemetry package for Google Cloud Functions

13 lines 414 B
import { Attributes } from "@dynatrace/opentelemetry-core"; export declare const cFunctionName: string; declare class GcfResourceDetector { private readonly _logger; detect(): Promise<Attributes>; private _addAttribute; private _addFaasId; private _getProjectId; private _getRegion; } export declare const gcfDetector: GcfResourceDetector; export {}; //# sourceMappingURL=Resources.d.ts.map