Documentation ¶
Index ¶
- Variables
- func CreateInfluxdbDatabase(host, database, sender string) (err error)
- func CreateInfluxdbRetention(host, database, retention, duration, sender string) (err error)
- func MakeKey(name []byte, tags Tags) []byte
- func NewSender(c conf.MapConf) (influxdbSender sender.Sender, err error)
- func String(in string) string
- func UnescapeString(in string) string
- type Point
- type Points
- type Sender
- type Tags
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func CreateInfluxdbDatabase ¶
func CreateInfluxdbRetention ¶
func UnescapeString ¶
Types ¶
type Point ¶
type Sender ¶
type Sender struct {
// contains filtered or unexported fields
}
Sender write datas into influxdb
func (*Sender) SkipDeepCopy ¶ added in v1.5.1
Click to show internal directories.
Click to hide internal directories.