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