Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchPointsWriter ¶
type BatchPointsWriter struct {
// contains filtered or unexported fields
}
func (BatchPointsWriter) AddPoints ¶
func (b BatchPointsWriter) AddPoints(name string, tags Tags, fields Fields)
func (BatchPointsWriter) Write ¶
func (b BatchPointsWriter) Write() (err error)
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(config ClientConfig) (c *Client, err error)
func (*Client) NewBatchPointsWriter ¶
func (c *Client) NewBatchPointsWriter(precision string) (bpw BatchPointsWriter, err error)
type ClientConfig ¶
Click to show internal directories.
Click to hide internal directories.