Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
18
plugins/outputs/cratedb/sample.conf
Normal file
18
plugins/outputs/cratedb/sample.conf
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Configuration for CrateDB to send metrics to.
|
||||
[[outputs.cratedb]]
|
||||
## Connection parameters for accessing the database see
|
||||
## https://pkg.go.dev/github.com/jackc/pgx/v4#ParseConfig
|
||||
## for available options
|
||||
url = "postgres://user:password@localhost/schema?sslmode=disable"
|
||||
|
||||
## Timeout for all CrateDB queries.
|
||||
# timeout = "5s"
|
||||
|
||||
## Name of the table to store metrics in.
|
||||
# table = "metrics"
|
||||
|
||||
## If true, and the metrics table does not exist, create it automatically.
|
||||
# table_create = false
|
||||
|
||||
## The character(s) to replace any '.' in an object key with
|
||||
# key_separator = "_"
|
Loading…
Add table
Add a link
Reference in a new issue