@conduit-client/service-instrumentation-o11y
v3.5.0
Published
Luvio O11y Instrumentation Service implementation
Readme
Luvio O11y Instrumentation Service
This package provides an instrumentation service implementation using O11y library for the interface defined in -client/service-instrumentation-types.
Installation
npm install -client/service-instrumentation-o11yUsage
import { buildServiceDescriptor } from '@conduit-client/service-instrumentation-o11y/v1';
import { logger } from '@conduit-client/logger';
const instrumentationService = buildServiceDescriptor(logger);This implementation provides OpenTelemetry compatible APIs backed by the O11y library.
Types
This package implements the interfaces defined in -client/service-instrumentation-types.
