MCPcopy Index your code
hub / github.com/cortexproject/cortex / Rollback

Method Rollback

pkg/ruler/compat.go:127–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125}
126
127func (a *PusherAppender) Rollback() error {
128 a.labels = nil
129 a.samples = nil
130 a.histogramLabels = nil
131 a.histograms = nil
132 return nil
133}
134
135// PusherAppendable fulfills the storage.Appendable interface for prometheus manager
136type PusherAppendable struct {

Callers 4

CreateNHBlockFunction · 0.80
CreateBlockFunction · 0.80
TransactionMethod · 0.80
PushMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected