@luvio/service-instrumentation-types
v5.66.0
Published
Luvio Instrumentation Service type definitions
Maintainers
Keywords
Readme
Luvio Instrumentation Service Types
This package defines the interface types for Luvio Instrumentation Service, based on OpenTelemetry.
Installation
npm install @luvio/service-instrumentation-typesUsage
import {
type InstrumentationService,
type InstrumentationServiceDescriptor,
type LuvioOTelTraceAPI,
type LuvioOTelMetricsAPI
} from '@luvio/service-instrumentation-types/v1';This package only contains TypeScript type definitions and is used by both the main instrumentation service package (@luvio/service-instrumentation) and the implementation packages.
Implementations
The following packages provide implementations of these interfaces:
@luvio/service-instrumentation-noop: A no-op implementation@luvio/service-instrumentation-o11y: An implementation using the O11y library
