Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BigQuery ¶
type BigQuery struct {
CredentialsFile string `toml:"credentials_file"`
Project string `toml:"project"`
Dataset string `toml:"dataset"`
Timeout config.Duration `toml:"timeout"`
ReplaceHyphenTo string `toml:"replace_hyphen_to"`
Log telegraf.Logger `toml:"-"`
// contains filtered or unexported fields
}
func (*BigQuery) Close ¶
Close will terminate the session to the backend, returning error if an issue arises.
func (*BigQuery) Description ¶
Description returns the human-readable function definition of the plugin.
func (*BigQuery) SampleConfig ¶
SampleConfig returns the formatted sample configuration for the plugin.
Click to show internal directories.
Click to hide internal directories.