Initial spike
This is mostly to solidify the overall structure with the agent, plugins, and testing philosphy.
This commit is contained in:
12
testdata/influx.toml
vendored
Normal file
12
testdata/influx.toml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
[agent]
|
||||
interval = "5s"
|
||||
http = ":11213"
|
||||
debug = true
|
||||
|
||||
[influxdb]
|
||||
url = "http://localhost:8086"
|
||||
username = "root"
|
||||
password = "root"
|
||||
database = "cypress"
|
||||
tags = { dc = "us-phx-1" }
|
||||
|
||||
Reference in New Issue
Block a user