Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemoryData ¶
type MemoryData struct { Counters map[string]struct { Count int64 Tags map[string]string } Rate map[string]struct { Rate float64 Tags map[string]string } Gauge map[string]struct { Mean float64 Sum float64 Min float64 Median float64 Max float64 P9999 float64 P999 float64 P99 float64 P95 float64 P90 float64 P75 float64 P50 float64 Tags map[string]string } }
Click to show internal directories.
Click to hide internal directories.