()
| 125 | } |
| 126 | |
| 127 | func (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 |
| 136 | type PusherAppendable struct { |
no outgoing calls
no test coverage detected