MCPcopy
hub / github.com/prometheus/prometheus / timestampTracker

Struct timestampTracker

storage/remote/write.go:312–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312type timestampTracker struct {
313 baseTimestampTracker
314
315 appendOptions *storage.AppendOptions
316}
317
318func (t *timestampTracker) SetOptions(opts *storage.AppendOptions) {
319 t.appendOptions = opts

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected