Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Line ¶ added in v0.15.0
func Line(name string, centroids histogram.Centroids, hgs map[histogram.Granularity]bool, ts int64, source string, tags map[string]string, defaultSource string) (string, error)
Line returns a histogram line in the Wavefront histogram data format: {!M | !H | !D} [<timestamp>] #<count> <mean> [centroids] <histogramName> source=<source> [pointTags] Example: "!M 1533531013 #20 30.0 #10 5.1 request.latency source=appServer1 region=us-west"
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.