Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Address string `yaml:"address" docs:"the kafka endpoint to connect to"` Topic string `yaml:"topic" docs:"the kafka topic to write to"` }
func (*Config) RegisterFlags ¶
type Tee ¶
type Tee struct {
// contains filtered or unexported fields
}
func NewTee ¶
func NewTee( cfg Config, metricsNamespace string, registerer prometheus.Registerer, logger log.Logger, partitionRing *ring.PartitionInstanceRing, ) (*Tee, error)
func (*Tee) Duplicate ¶
func (t *Tee) Duplicate(tenant string, streams []distributor.KeyedStream)
Duplicate Implements distributor.Tee which is used to tee distributor requests to pattern ingesters.
Click to show internal directories.
Click to hide internal directories.