solarwinds-apm
Version:
OpenTelemetry-based SolarWinds APM library
8 lines • 480 B
TypeScript
import { type DiagLogger, type TextMapPropagator } from "@opentelemetry/api";
import { type InstrumentationConfigMap } from "@solarwinds-apm/instrumentations";
import { type Configuration } from "./config.js";
export interface Options extends Configuration {
responsePropagator: TextMapPropagator<unknown>;
}
export declare function patch(configs: InstrumentationConfigMap, options: Options, logger: DiagLogger): InstrumentationConfigMap;
//# sourceMappingURL=patches.d.ts.map