UNPKG
@flarelabs-net/workers-observability-utils
Version:
latest (0.3.4)
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
A collection of Utilities for Capturing Logs and Metrics from Cloudflare Workers
@flarelabs-net/workers-observability-utils
/
dist
/
types.js
8 lines
(7 loc)
•
267 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
const
METRICS_CHANNEL_NAME
=
"workers-observability-metrics"
;
export
var
MetricType
; (
function
(
MetricType
) {
MetricType
[
"COUNT"
] =
"COUNT"
;
MetricType
[
"GAUGE"
] =
"GAUGE"
;
MetricType
[
"HISTOGRAM"
] =
"HISTOGRAM"
; })(
MetricType
|| (
MetricType
= {}));