5.42.0 • Published 10 months ago

@luvio/service-instrumentation-o11y v5.42.0

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

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

Usage

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.