Documentation
¶
Index ¶
Constants ¶
View Source
const Version = `0.6.11`
Variables ¶
View Source
var InfluxdbTagValueCharCompress = regexp.MustCompile(`[\s,]+`)
View Source
var InfluxdbTagValueCharFilter = regexp.MustCompile(`\s{2,}`)
Functions ¶
Types ¶
type InfluxdbPayload ¶
type InfluxdbPayload []string
type Reporter ¶
type Reporter struct {
Plugins []plugins.Plugin
FieldPrefix string
KeyFormat ReporterKeyFormat
}
func NewReporter ¶
Create a new Reporter instance that can be configured.
type ReporterKeyFormat ¶ added in v0.6.2
type ReporterKeyFormat int
const ( FormatUnderscore ReporterKeyFormat = iota FormatPascalize FormatCamelize )
Click to show internal directories.
Click to hide internal directories.