Skip to content
Snippets Groups Projects
Commit d58bc33a authored by MJB's avatar MJB
Browse files

added database to the template

parent 9e3a36a5
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@
# urls = ["udp://127.0.0.1:8089"] # UDP endpoint example
urls = ["{{INFLUXDB_URL}}"] # required
# The target database for metrics (telegraf will create it if not exists)
database = "CLMCMetrics" # required
database = "{{DATABASE_NAME}}" # required
# Precision of writes, valid values are "ns", "us" (or "µs"), "ms", "s", "m", "h".
# note: using second precision greatly helps InfluxDB compression
precision = "s"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment