UNPKG

@dynatrace/opentelemetry-gcf

Version:

Dynatrace OpenTelemetry package for Google Cloud Functions

13 lines 493 B
import { Detector, Resource, ResourceDetectionConfig } from "@opentelemetry/resources"; export declare const cFunctionName: string; declare class GcfResourceDetector implements Detector { private readonly _logger; detect(_config?: ResourceDetectionConfig): Promise<Resource>; private _addAttribute; private _addFaasId; private _getProjectId; private _getRegion; } export declare const gcfDetector: GcfResourceDetector; export {}; //# sourceMappingURL=Resources.d.ts.map