# Functions
GenerateTagsFromName accepts a carbon metric name and blows it up into a list of key-value pair tags such that an input like: foo.bar.baz becomes __g0__:foo __g1__:bar __g2__:baz.
GenerateTagsFromNameIntoSlice does the same thing as GenerateTagsFromName except it allows the caller to provide the slice into which the tags are appended.
NewIngester returns an ingester for carbon metrics.
# Structs
CarbonIngesterRules contains the carbon ingestion rules.
Options configures the ingester.