Documentation
¶
Overview ¶
Package statsd implements the modified statsd protocol documented at https://genevamondocs.azurewebsites.net/collect/references/statsdref.html
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Float ¶
type Float struct {
Metric string
Account string
Namespace string
Dims map[string]string
TS time.Time
Value float64
}
Float represents a statsd floating point number
func (*Float) MarshalJSON ¶
MarshalJSON marshals a Float into JSON format. You should probably call Marshal() instead.
Click to show internal directories.
Click to hide internal directories.