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

Interface IncreaseDataWithExemplar

index.d.ts:239–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239export interface IncreaseDataWithExemplar<T extends string> {
240 value?: number;
241 labels?: LabelValues<T>;
242 exemplarLabels?: LabelValues<T>;
243}
244
245export interface ObserveDataWithExemplar<T extends string> {
246 value: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected