MCPcopy Create free account
hub / github.com/cortexproject/cortex / Add

Method Add

pkg/util/metrics_helper.go:558–563  ·  view source on GitHub ↗
(hd HistogramData)

Source from the content-addressed store, hash-verified

556}
557
558func (h *HistogramDataCollector) Add(hd HistogramData) {
559 h.dataMu.Lock()
560 defer h.dataMu.Unlock()
561
562 h.data.AddHistogramData(hd)
563}
564
565// UserRegistry holds a Prometheus registry associated to a specific user.
566type UserRegistry struct {

Callers 1

GetLabelsFunction · 0.45

Calls 1

AddHistogramDataMethod · 0.80

Tested by

no test coverage detected