MCPcopy
hub / github.com/Doorman11991/smallcode / Counter

Interface Counter

src/compiled/metrics.ts:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2// Implements spec/10 §4 (Telemetry Hooks)
3
4interface Counter {
5 type: "counter";
6 value: number;
7 labels: Record<string, string>;
8}
9
10interface Histogram {
11 type: "histogram";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected