mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Updates.
Signed-off-by: bwplotka <bwplotka@gmail.com>
This commit is contained in:
parent
7bfed4924e
commit
fb0ced511c
|
@ -954,9 +954,8 @@ func (a *appender) UpdateMetadata(storage.SeriesRef, labels.Labels, metadata.Met
|
|||
return 0, nil
|
||||
}
|
||||
|
||||
func (a *appender) AppendCTZeroSample(ref storage.SeriesRef, l labels.Labels, t int64, ct int64) (storage.SeriesRef, error) {
|
||||
// TODO(bwplotka): Implement
|
||||
panic("to implement")
|
||||
func (a *appender) AppendCTZeroSample(storage.SeriesRef, labels.Labels, int64, int64) (storage.SeriesRef, error) {
|
||||
// TODO(bwplotka): Wire metadata in the Agent's appender.
|
||||
return 0, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue