Skip to content
Snippets Groups Projects
Commit ed10b307 authored by Michael Boniface's avatar Michael Boniface
Browse files

Merge branch 'sim-extend' into 'integration'

added database to the template

See merge request FLAME/flame-clmc!6
parents 7a1395f9 91121f88
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