MCPcopy
hub / github.com/prometheus/client_js / CounterConfiguration

Interface CounterConfiguration

index.d.ts:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234export interface CounterConfiguration<T extends string>
235 extends MetricConfiguration<T> {
236 collect?: CollectFunction<Counter<T>>;
237}
238
239export interface IncreaseDataWithExemplar<T extends string> {
240 value?: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected