@opentelemetry/sdk-logs
Version:
8 lines • 383 B
TypeScript
import type { InstrumentationScope } from '@opentelemetry/core';
/**
* Converting the instrumentation scope object to a unique identifier string.
* @param scope - The instrumentation scope to convert
* @returns A unique string identifier for the scope
*/
export declare function getInstrumentationScopeKey(scope: InstrumentationScope): string;
//# sourceMappingURL=utils.d.ts.map