2022-05-19 00:30:06 +08:00
|
|
|
# Configuration for Google Cloud BigQuery to send entries
|
|
|
|
|
[[outputs.bigquery]]
|
|
|
|
|
## Credentials File
|
|
|
|
|
credentials_file = "/path/to/service/account/key.json"
|
|
|
|
|
|
|
|
|
|
## Google Cloud Platform Project
|
2023-10-17 04:42:57 +08:00
|
|
|
# project = ""
|
2022-05-19 00:30:06 +08:00
|
|
|
|
|
|
|
|
## The namespace for the metric descriptor
|
|
|
|
|
dataset = "telegraf"
|
|
|
|
|
|
|
|
|
|
## Timeout for BigQuery operations.
|
|
|
|
|
# timeout = "5s"
|
|
|
|
|
|
|
|
|
|
## Character to replace hyphens on Metric name
|
|
|
|
|
# replace_hyphen_to = "_"
|
2023-12-04 22:40:06 +08:00
|
|
|
|
|
|
|
|
## Write all metrics in a single compact table
|
|
|
|
|
# compact_table = ""
|