Documentation ¶
Index ¶
Constants ¶
View Source
const ( StorageTypeBadger = "badger" StorageTypeS3 = "s3" StorageTypeCH = "clickhouse" StorageTypeGCS = "gcs" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Addr string ExitTimeout time.Duration Logger log.Config AgentConfig agentutil.Config Badger storageBadger.Config ClickHouse storageCH.Config S3 storageS3.Config GCS storageGCS.Config // contains filtered or unexported fields }
func (*Config) RegisterFlags ¶
func (*Config) StorageType ¶
Click to show internal directories.
Click to hide internal directories.