Set "internal" as stats database in example config
parent
f622f78ea6
commit
6f646b28f9
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue