Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NormalizeString ¶
NormalizeString replaces all non-alphanumerical characters to underscore
func SerializeHistogramMetrics ¶ added in v0.24.0
func SerializeHistogramMetrics(name string, data pdata.HistogramDataPointSlice, tags []string) []string
SerializeHistogramMetrics serializes a slice of double histogram datapoints to a Dynatrace gauge.
IMPORTANT: Min and max are required by Dynatrace but not provided by histogram so they are assumed to be the average.
func SerializeNumberDataPoints ¶ added in v0.31.0
func SerializeNumberDataPoints(name string, data pdata.NumberDataPointSlice, tags []string) []string
SerializeNumberDataPoints serializes a slice of number datapoints to a Dynatrace gauge.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.