solarwinds-apm
Version:
OpenTelemetry-based SolarWinds APM library
7 lines • 449 B
TypeScript
import { type Resource } from "@opentelemetry/resources";
import { oboe } from "@solarwinds-apm/bindings";
import { type Configuration } from "../config.js";
export declare const ERROR: Error | undefined;
export declare function reporter(config: Configuration, resource: Resource): Promise<oboe.Reporter>;
export declare function init(resource: Resource): Promise<[string, string | number | boolean | null][]>;
//# sourceMappingURL=reporter.d.ts.map