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