Documentation ¶
Index ¶
Constants ¶
View Source
const (
// DefaultSeparator is the default separation character to use when separating template parts.
DefaultSeparator = "."
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Engine ¶
type Engine struct {
// contains filtered or unexported fields
}
Engine uses a Matcher to retrieve the appropriate template and applies the template to the input string
type Template ¶
type Template struct {
// contains filtered or unexported fields
}
Template represents a pattern and tags to map a metric string to an influxdb Point
Click to show internal directories.
Click to hide internal directories.