Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FreeBytes ¶
type FreeBytes struct { }
func (*FreeBytes) GetDesc ¶
func (this *FreeBytes) GetDesc() *prometheus.Desc
func (*FreeBytes) GetValueType ¶
func (this *FreeBytes) GetValueType() prometheus.ValueType
type TotalBytes ¶
type TotalBytes struct { }
func (*TotalBytes) GetDesc ¶
func (this *TotalBytes) GetDesc() *prometheus.Desc
func (*TotalBytes) GetValueType ¶
func (this *TotalBytes) GetValueType() prometheus.ValueType
func (*TotalBytes) GetValues ¶
func (this *TotalBytes) GetValues() []exporter.Value
type UsedBytes ¶
type UsedBytes struct { }
func (*UsedBytes) GetDesc ¶
func (this *UsedBytes) GetDesc() *prometheus.Desc
func (*UsedBytes) GetValueType ¶
func (this *UsedBytes) GetValueType() prometheus.ValueType
type UsedPercent ¶
type UsedPercent struct { }
func (*UsedPercent) GetDesc ¶
func (this *UsedPercent) GetDesc() *prometheus.Desc
func (*UsedPercent) GetValueType ¶
func (this *UsedPercent) GetValueType() prometheus.ValueType
func (*UsedPercent) GetValues ¶
func (this *UsedPercent) GetValues() []exporter.Value
Click to show internal directories.
Click to hide internal directories.