UNPKG

solarwinds-apm

Version:

OpenTelemetry-based SolarWinds APM library

8 lines 308 B
import { OTLPLogExporter } from "@opentelemetry/exporter-logs-otlp-proto"; import { type Configuration } from "../shared/config.js"; export declare class LogExporter extends OTLPLogExporter { constructor(config: Configuration & { trustedpath?: string; }); } //# sourceMappingURL=logs.d.ts.map