# Functions
No description provided by the author
No description provided by the author
JSONLineMarshalFunc 将数据json并且按换行符分隔.
MakeKey creates a key for a set of tags.
NewDiscardSender 仅用于日志清理.
No description provided by the author
NewFileSender construct.
NewFtSender Fault tolerant sender constructor.
NewInfluxdbSender 创建Influxdb 的sender.
NewMockSender 测试用sender.
NewMongodbAccSender mongodb accumulate sender constructor.
NewPandoraSender pandora sender constructor.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
Ft sender默认同步一次meta信息的数据次数.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Sender's conf keys.
可选参数 当sender_type 为file 的时候.
可选参数 当sender_type 为pandora 的时候,需要必填的字段.
可选参数 当sender_type 为pandora 的时候,需要必填的字段.
可选参数 当sender_type 为pandora 的时候,需要必填的字段.
可选参数 fault_tolerant 为true的话,以下必填.
可选参数 fault_tolerant 为true的话,以下必填.
ft并发数,当always_save或concurrent策略时启用.
disk queue 数据日志路径.
ft 的策略.
KeyFtStrategyAlwaysSave 所有数据都进行容错.
KeyFtStrategyBackupOnly 只在失败的时候进行容错.
KeyFtStrategyConcurrent 适合并发发送数据,只在失败的时候进行容错.
该参数设置多少次写入会同步一次offset log.
写入速度限制,单位MB.
可选参数 当sender_type 为pandora 的时候,需要必填的字段.
Influxdb sender 的可配置字段.
influxdb.
Influxdb sender 的可配置字段.
Influxdb sender 的可配置字段.
Influxdb sender 的可配置字段.
Influxdb sender 的可配置字段.
可选 nano时间戳字段.
时间戳字段的精度,代表时间戳1个单位代表多少纳秒.
可选参数 当sender_type 为mongodb_acc 的时候,需要必填的字段.
可选参数 当sender_type 为mongodb_* 的时候,需要必填的字段.
可选参数 当sender_type 为mongodb_* 的时候,需要必填的字段.
可选参数 当sender_type 为mongodb_* 的时候,需要必填的字段.
可选参数 当sender_type 为mongodb_acc 的时候,需要必填的字段.
Sender's conf keys.
可选参数 当sender_type 为pandora 的时候,需要必填的字段.
可选参数 当sender_type 为pandora 的时候,需要必填的字段.
可选参数 当sender_type 为pandora 的时候,需要必填的字段.
可选参数 当sender_type 为pandora 的时候,需要必填的字段.
可选参数 当sender_type 为pandora 的时候,需要必填的字段.
可选参数 当sender_type 为pandora 的时候,需要必填的字段.
可选参数 当sender_type 为pandora 的时候,需要必填的字段.
可选参数 当sender_type 为pandora 的时候,需要必填的字段.
可选参数 当sender_type 为pandora 的时候,需要必填的字段.
可选参数 当sender_type 为pandora 的时候,需要必填的字段.
可选参数 当sender_type 为pandora 的时候,需要必填的字段.
可选参数 当sender_type 为pandora 的时候,需要必填的字段.
可选参数 当sender_type 为pandora 的时候,需要必填的字段.
可选参数 当sender_type 为pandora 的时候,需要必填的字段.
可选参数 当sender_type 为pandora 的时候,需要必填的字段.
可选参数 当sender_type 为pandora 的时候,需要必填的字段.
可选参数 当sender_type 为pandora 的时候,需要必填的字段.
可选参数 当sender_type 为pandora 的时候,需要必填的字段.
可选参数 当sender_type 为pandora 的时候,需要必填的字段.
可选参数 当sender_type 为pandora 的时候,需要必填的字段.
Sender's conf keys.
Sender's conf keys.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
可选参数 当sender_type 为pandora 的时候,需要必填的字段.
discard sender.
elastic.
本地文件.
influxdb.
mock sender.
mongodb 并且按字段聚合.
pandora 打点.
No description provided by the author
# Variables
No description provided by the author
NotAsyncSender return when sender is not async.
No description provided by the author
ModeUsages 用途说明.
PandoraMaxBatchSize 发送到Pandora的batch限制.
# Structs
No description provided by the author
No description provided by the author
FileSender write datas into local file only for test.
No description provided by the author
FtSender fault tolerance sender wrapper.
InfluxdbSender write datas into influxdb.
No description provided by the author
MongoAccSender Mongodb 根据UpdateKey 做对AccumulateKey $inc 累加的Sender.
PandoraOption 创建Pandora Sender的选项.
PandoraSender pandora sender.
No description provided by the author
SenderRegistry sender 的工厂类。可以注册自定义sender.
UserSchema was parsed pandora schema from user's raw schema.
# Interfaces
Sender send data to pandora, prometheus such different destinations.
No description provided by the author