UNPKG

@ogcio/o11y-sdk-node

Version:

Opentelemetry standard instrumentation SDK for NodeJS based project

4 lines (3 loc) 182 B
import type { NodeSDKConfig } from "../index.js"; import type { Exporters } from "./index.js"; export default function buildGrpcExporters(config: NodeSDKConfig): Promise<Exporters>;