5.42.0 • Published 5 months ago

@luvio/service-instrumentation-noop v5.42.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
5 months ago

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-noop

Usage

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.