Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Aggregation ¶ added in v0.9.0
type Config ¶
type Config struct { Listen_addr string Plain_read_timeout Duration Pickle_addr string Pickle_read_timeout Duration Admin_addr string Http_addr string Spool_dir string Amqp Amqp Max_procs int First_only bool Init Init Instance string Log_level string Instrumentation instrumentation Bad_metrics_max_age string Pid_file string Validation_level_legacy validate.LevelLegacy Validation_level_m20 validate.LevelM20 Validate_order bool BlackList []string Aggregation []Aggregation Route []Route Rewriter []Rewriter }
type Duration ¶ added in v0.11.0
func (*Duration) UnmarshalText ¶ added in v0.11.0
type Route ¶ added in v0.9.0
type Route struct { Key string Type string Prefix string Substr string Regex string Destinations []string // grafanaNet & kafkaMdm & Google PubSub SchemasFile string OrgId int BufSize int FlushMaxNum int // also used by CloudWatch FlushMaxWait int // also used by CloudWatch Timeout int Blocking bool // grafanaNet Addr string ApiKey string Spool bool SslVerify bool Concurrency int // kafkaMdm Brokers []string Topic string // also used by Google PubSub Codec string // also used by Google PubSub PartitionBy string // Google PubSub Project string Format string FlushMaxSize int // CloudWatch Profile string // For local development Region string Namespace string // For now fixed in config Dimensions [][]string // For now fixed in config StorageResolution int64 }
Click to show internal directories.
Click to hide internal directories.