Skip to content

Commit

Permalink
Add wal-fsync-delay to Diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilder committed Mar 15, 2017
1 parent e9eb925 commit 27ae292
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsdb/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ func (c Config) Diagnostics() (*diagnostics.Diagnostics, error) {
return diagnostics.RowFromMap(map[string]interface{}{
"dir": c.Dir,
"wal-dir": c.WALDir,
"wal-fsync-delay": c.WALFsyncDelay,
"cache-max-memory-size": c.CacheMaxMemorySize,
"cache-snapshot-memory-size": c.CacheSnapshotMemorySize,
"cache-snapshot-write-cold-duration": c.CacheSnapshotWriteColdDuration,
Expand Down

0 comments on commit 27ae292

Please sign in to comment.