# Functions
NewFanoutEntryHandler creates a new FanoutEntryHandler.
NewRemoteWriteServer creates and starts a new httpserver.Server that can handle remote write request.
# Structs
FanoutEntryHandler implements api.EntryHandler, fanning out received entries to one or multiple channels.
RemoteWriteRequest wraps the received logs remote write request that is received.