solarwinds-apm
Version:
OpenTelemetry-based SolarWinds APM library
8 lines • 405 B
TypeScript
import { NoopSpanProcessor, type ReadableSpan, type SpanProcessor } from "@opentelemetry/sdk-trace-base";
import { type Configuration } from "../../config.js";
export declare class AppopticsInboundMetricsProcessor extends NoopSpanProcessor implements SpanProcessor {
#private;
constructor(config: Configuration);
onEnd(span: ReadableSpan): void;
}
//# sourceMappingURL=inbound-metrics.d.ts.map