1.5.4 • Published 5 days ago

@ceramicnetwork/observability v1.5.4

Weekly downloads
-
License
(Apache-2.0 OR MI...
Repository
github
Last release
5 days ago

Service Metrics

Exports metrics and traces to OTLP-compatible collector

Purpose

Provides an interface for recording metrics and traces.

Installation

npm install @ceramicnetwork/observability

Usage

Import the class, start the metrics service and record metrics.

NOTE that an OTLP collector host must be provided or the functions will not be operative.

import { Metrics } from '@ceramicnetwork/observability'

Configuration

Configuration settings should be passed to the start function which instantiates the metrics singleton instance.