Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Context context.Context MigrationJobName string // Label value to the progress metric. ConcurrentPush int ClientConfig utils.ClientConfig HTTPConfig config.HTTPClientConfig ProgressEnabled bool ProgressMetricName string // Metric name to main the last pushed maxt to remote write storage. GarbageCollectOnPush bool SigSlabRead chan *planner.Slab SigSlabStop chan struct{} // contains filtered or unexported fields }
Config is config for writer.
type Write ¶
type Write struct { Config // contains filtered or unexported fields }
func New ¶
New returns a new remote write. It is responsible for writing to the remote write storage.
Click to show internal directories.
Click to hide internal directories.