UNPKG

@boxyhq/metrics

Version:

Internal SDK for OTel instrumentation

9 lines (8 loc) 212 B
/** * Acquires a `Meter` and returns it. * @param name - The name of the meter * @returns Meter * */ declare function acquireMeter(name: string): import("@opentelemetry/api").Meter; export { acquireMeter };