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

Method remove

lib/gauge.js:139–143  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

137 }
138
139 remove(...args) {
140 const labels = getLabels(this.labelNames, args);
141 validateLabel(this.labelNames, labels);
142 removeLabels.call(this, this.hashMap, labels, this.sortedLabelNames);
143 }
144}
145
146function set(gauge, labels, value) {

Callers 7

counterTest.jsFile · 0.45
fnFunction · 0.45
histogramTest.jsFile · 0.45
fnFunction · 0.45
summaryTest.jsFile · 0.45
fnFunction · 0.45
gaugeTest.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected