UNPKG

@flarelabs-net/workers-observability-utils

Version:

A collection of Utilities for Capturing Logs and Metrics from Cloudflare Workers

8 lines (7 loc) 267 B
export const METRICS_CHANNEL_NAME = "workers-observability-metrics"; export var MetricType; (function (MetricType) { MetricType["COUNT"] = "COUNT"; MetricType["GAUGE"] = "GAUGE"; MetricType["HISTOGRAM"] = "HISTOGRAM"; })(MetricType || (MetricType = {}));