type alias MetricType
Since 0.1.0

Metric instrument kinds supported by the metrics capability.

Definition

"counter" | "gauge" | "histogram" | "summary"

Usage

import { type MetricType } from "common/src/index.ts";