Set "internal" as stats database in example config

pull/2006/merge
Philip O'Toole 2015-03-18 13:22:04 -07:00
parent f622f78ea6
commit 6f646b28f9
1 changed files with 1 additions and 1 deletions

View File

@ -94,6 +94,6 @@ raft-tracing = false # If true, enables detailed logging of Raft consensus.
# as any other data.
[statistics]
enabled = false
database = "_internal" # The database to which the data is written.
database = "internal" # The database to which the data is written.
retention-policy = "default" # The retention policy within the database.
write-interval = "1m" # Period between writing the data.