UNPKG

nestjs-otel

Version:
8 lines (7 loc) 200 B
import { MetricOptions } from '@opentelemetry/api'; export interface OtelMetricOptions extends MetricOptions { /** * A prefix to add to the name of the metric. */ prefix?: string; }