Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GraphiteBuffered ¶ added in v0.11.4
func GraphiteBuffered(config TagConfig, s string, tagBuf *GraphiteBuf) (string, error)
Types ¶
type GraphiteBuf ¶ added in v0.11.4
type GraphiteBuf struct { KV KVSlice B stringutils.Builder }
func (*GraphiteBuf) Resize ¶ added in v0.11.4
func (b *GraphiteBuf) Resize(kvLen, builderLen int)
func (*GraphiteBuf) ResizeBuilder ¶ added in v0.11.4
func (b *GraphiteBuf) ResizeBuilder(builderLen int)
func (*GraphiteBuf) ResizeKV ¶ added in v0.11.4
func (b *GraphiteBuf) ResizeKV(kvLen int)
type TagConfig ¶ added in v0.10.0
type TagConfig struct { Enabled bool `toml:"enabled"` Separator string `toml:"separator"` Tags []string `toml:"tags"` TagMap map[string]string `toml:"-"` Templates []string `toml:"templates"` TemplateDescs []TemplateDesc `toml:"-"` }
func DisabledTagConfig ¶ added in v0.10.0
func DisabledTagConfig() TagConfig
Click to show internal directories.
Click to hide internal directories.