MCPcopy Create free account
hub / github.com/Effect-TS/effect / counter

Function counter

packages/effect/src/Metric.ts:2110–2110  ·  view source on GitHub ↗
(name, options)

Source from the content-addressed store, hash-verified

2108 }
2109 ): Counter<bigint>
2110} = (name, options) => new CounterMetric(name, options) as any
2111
2112/**
2113 * Represents a `Gauge` metric that tracks and reports a single numerical value

Callers 1

Metric.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected