20 lines
489 B
Text
20 lines
489 B
Text
|
# Configuration for Google Cloud BigQuery to send entries
|
||
|
[[outputs.bigquery]]
|
||
|
## Credentials File
|
||
|
credentials_file = "/path/to/service/account/key.json"
|
||
|
|
||
|
## Google Cloud Platform Project
|
||
|
# project = ""
|
||
|
|
||
|
## The namespace for the metric descriptor
|
||
|
dataset = "telegraf"
|
||
|
|
||
|
## Timeout for BigQuery operations.
|
||
|
# timeout = "5s"
|
||
|
|
||
|
## Character to replace hyphens on Metric name
|
||
|
# replace_hyphen_to = "_"
|
||
|
|
||
|
## Write all metrics in a single compact table
|
||
|
# compact_table = ""
|