HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-10-0-8-47 6.8.0-1021-aws #23~22.04.1-Ubuntu SMP Tue Dec 10 16:31:58 UTC 2024 aarch64
User: ubuntu (1000)
PHP: 8.1.2-1ubuntu2.22
Disabled: NONE
Upload Files
File: /var/www/javago-api-updates/node_modules/@opentelemetry/api/build/esnext/metrics/MeterProvider.d.ts
import { Meter, MeterOptions } from './Meter';
/**
 * A registry for creating named {@link Meter}s.
 */
export interface MeterProvider {
    /**
     * Returns a Meter, creating one if one with the given name, version, and
     * schemaUrl pair is not already created.
     *
     * @param name The name of the meter or instrumentation library.
     * @param version The version of the meter or instrumentation library.
     * @param options The options of the meter or instrumentation library.
     * @returns Meter A Meter with the given name and version
     */
    getMeter(name: string, version?: string, options?: MeterOptions): Meter;
}
//# sourceMappingURL=MeterProvider.d.ts.map