Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InfluxDB ¶
type InfluxDB struct { *exporter.AbstractExporter // contains filtered or unexported fields }
type Measurement ¶
type Measurement struct {
// contains filtered or unexported fields
}
func NewMeasurement ¶
func NewMeasurement(name string, size int) *Measurement
func (*Measurement) AddField ¶
func (m *Measurement) AddField(key, value string)
func (*Measurement) AddFieldString ¶
func (m *Measurement) AddFieldString(key, value string)
func (*Measurement) AddTag ¶
func (m *Measurement) AddTag(key, value string)
func (*Measurement) Render ¶
func (m *Measurement) Render() (string, error)
func (*Measurement) SetTimestamp ¶
func (m *Measurement) SetTimestamp(t string)
func (*Measurement) String ¶
func (m *Measurement) String() string
Click to show internal directories.
Click to hide internal directories.