Documentation
¶
Overview ¶
Package format provides utilities to format metrics and notifications in various formats.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Graphite ¶
type Graphite struct {
W io.Writer
Prefix, Suffix string
EscapeChar string
SeparateInstances bool
AlwaysAppendDS bool // TODO(octo): Implement support.
// contains filtered or unexported fields
}
Graphite implements the Writer interface and writes ValueLists in Graphite format to W.
Click to show internal directories.
Click to hide internal directories.