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

Interface MetricObjectWithValues

index.d.ts:205–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205interface MetricObjectWithValues<T extends MetricValue<string>>
206 extends MetricObject {
207 values: T[];
208}
209
210type MetricValue<T extends string> = {
211 value: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected