mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-12 07:41:02 +00:00
opt-in diagnostics
This commit is contained in:
parent
2f44a16755
commit
368cb8cb53
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ func NewConfig() *Config {
|
|||
// Metric config.
|
||||
c.Metric.Service = "none"
|
||||
c.Metric.PollInterval = toml.Duration(0 * time.Minute)
|
||||
c.Metric.Diagnostics = true
|
||||
c.Metric.Diagnostics = false
|
||||
|
||||
// Tracing config.
|
||||
c.Tracing.SamplerType = "off"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue