solarwinds-apm
Version:
OpenTelemetry-based SolarWinds APM library
10 lines • 322 B
TypeScript
import { type Attributes } from "@opentelemetry/api";
/**
* Versions of the dependencies of Node.js itself
*/
export declare const VERSIONS: Attributes;
/**
* Versions of the dependencies available to the Node.js process
*/
export declare function modules(): Promise<Attributes>;
//# sourceMappingURL=metadata.d.ts.map