Documentation ¶
Overview ¶
Package hiername provides hierarchical "."-separated names for use with logging and metrics collection systems.
Index ¶
Constants ¶
View Source
const Sep = "."
Sep is the name separator.
Variables ¶
This section is empty.
Functions ¶
func Append ¶
Append appends the specified segments to the specified name. For example:
Append("", "apiserver") == "apiserver" Append("", "x", "y") == "x.y" Append("apiserver", "proxy") == "apiserver.proxy" Append("foo", "bar", "baz") == "foo.bar.baz"
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.