Documentation ¶
Index ¶
- func InfluxDB(r metrics.Registry, d time.Duration, ...)
- func InfluxDBV2WithTags(r metrics.Registry, d time.Duration, endpoint string, token string, ...)
- func InfluxDBWithTags(r metrics.Registry, d time.Duration, ...)
- func InfluxDBWithTagsOnce(r metrics.Registry, url, database, username, password, namespace string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InfluxDB ¶
func InfluxDB(r metrics.Registry, d time.Duration, url, database, username, password, namespace string)
InfluxDB starts a InfluxDB reporter which will post the from the given metrics.Registry at each d interval.
func InfluxDBV2WithTags ¶
func InfluxDBV2WithTags(r metrics.Registry, d time.Duration, endpoint string, token string, bucket string, organization string, namespace string, tags map[string]string)
InfluxDBV2WithTags starts a InfluxDB reporter which will post the from the given metrics.Registry at each d interval with the specified tags
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.