UNPKG

@reportfy/apm

Version:

Pacote para utilização de apm do reportfy.com.br

19 lines 396 B
declare enum Provider { prometheus = "prometheus", reportfy = "reportfy" } export interface Init { key: string; accessKey: string; publicRSA?: string; secretKey: string; environment: string; tracing?: boolean; log?: boolean; provider?: Provider; } export interface ObjectCustomer { [key: string]: string; } export {}; //# sourceMappingURL=init.d.ts.map