@luvio/service-instrumentation-noop
v5.66.0
Published
Luvio Noop Instrumentation Service implementation
Maintainers
Keywords
Readme
Luvio Noop Instrumentation Service
This package provides a no-op implementation of the instrumentation service interface defined in @luvio/service-instrumentation-types.
Installation
npm install @luvio/service-instrumentation-noopUsage
import { buildServiceDescriptor } from '@luvio/service-instrumentation-noop/v1';
const instrumentationService = buildServiceDescriptor();This implementation provides empty/no-op implementations for all instrumentation API methods.
Types
This package implements the interfaces defined in @luvio/service-instrumentation-types.
