()
| 82 | } |
| 83 | |
| 84 | func (r *request) OriginalContext() context.Context { |
| 85 | return r.request.Context() |
| 86 | } |
| 87 | |
| 88 | // New creates a new frontend. Frontend implements service, and must be started and stopped. |
| 89 | func New(cfg Config, log log.Logger, registerer prometheus.Registerer) (*Frontend, error) { |
no test coverage detected