SeriesRef is a generic series reference. In prometheus it is either a HeadSeriesRef or BlockSeriesRef, though other implementations may have their own reference types.
| 58 | // HeadSeriesRef or BlockSeriesRef, though other implementations may have |
| 59 | // their own reference types. |
| 60 | type SeriesRef uint64 |
| 61 | |
| 62 | // Appendable allows creating Appender. |
| 63 | // |
no outgoing calls
no test coverage detected