Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
URI string `json:"uri" doc:"the uri to connect to, in the form rethink://user:password@host.example:28015/database"`
Namespace string `json:"namespace" doc:"rethink namespace to read/write"`
Debug bool `json:"debug" doc:"if true, verbose debugging information is displayed"`
Tail bool `json:"tail" doc:"if true, the RethinkDB table will be monitored for changes after copying the namespace"`
}
Config provides custom configuration options for the RethinkDB adapter
type RethinkDB ¶
type RethinkDB struct {
// contains filtered or unexported fields
}
RethinkDB is an adaptor that writes metrics to rethinkdb (http://rethinkdb.com/) An open-source distributed database
func (*RethinkDB) Connect ¶
Connect tests the connection and if successful, connects to the database
func (*RethinkDB) Description ¶
Description for rethinkdb adaptor
func (*RethinkDB) SampleConfig ¶
SampleConfig for rethinkdb adaptor
Click to show internal directories.
Click to hide internal directories.