Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSVManager ¶
type CSVManager struct {
// contains filtered or unexported fields
}
func NewCSVMetricManager ¶
func NewCSVMetricManager() *CSVManager
func (*CSVManager) Add ¶
func (m *CSVManager) Add(name string)
func (*CSVManager) Flush ¶
func (m *CSVManager) Flush()
func (*CSVManager) Observe ¶
func (m *CSVManager) Observe(name string, value float64, tags map[string]interface{})
func (*CSVManager) Save ¶
func (m *CSVManager) Save(namesapce string)
type EmptyManager ¶
type EmptyManager struct { }
func NewEmptyMetricManager ¶
func NewEmptyMetricManager() *EmptyManager
func (*EmptyManager) Add ¶
func (m *EmptyManager) Add(name string)
func (*EmptyManager) Flush ¶
func (m *EmptyManager) Flush()
func (*EmptyManager) Observe ¶
func (m *EmptyManager) Observe(name string, value float64, tags map[string]interface{})
func (*EmptyManager) Save ¶
func (m *EmptyManager) Save(namesapce string)
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
type MetricRecord ¶
type MetricRecord struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.