MCPcopy
hub / github.com/grafana/tempo / Appender

Method Appender

modules/generator/storage/instance.go:140–142  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

138}
139
140func (s *storageImpl) Appender(ctx context.Context) storage.Appender {
141 return s.storage.Appender(ctx)
142}
143
144func (s *storageImpl) Close() error {
145 s.logger.Info("closing WAL", "dir", s.walDir)

Callers 3

TestInstanceFunction · 0.45

Calls

no outgoing calls

Tested by 3

TestInstanceFunction · 0.36