package
0.9.0-rc9
Repository: https://github.com/hyperworks/influxdb.git
Documentation: pkg.go.dev

# Functions

NewConfig returns an instance of Config with reasonable defaults.
NewHandler returns a new instance of Handler.
ParseConfig parses a configuration string into a config object.
ParseConfigFile parses a configuration file at a given path.
No description provided by the author

# Constants

DefaultAPIReadTimeout represents the duration before an API request times out.
DefaultBrokerPort represents the default port the broker runs on.
DefaultConcurrentShardQueryLimit represents the number of shards that can be queried concurrently at one time.
DefaultDataPort represents the default port the data server runs on.
DefaultJoinURLs represents the default URLs for joining a cluster.
DefaultPointBatchSize represents the number of points to batch together.
10MB.

# Structs

No description provided by the author
Config represents the configuration format for the influxd binary.
No description provided by the author
Handler represents an HTTP handler for InfluxDB node.
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

Duration is a TOML wrapper type for time.Duration.
Size represents a TOML parseable file size.