mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 08:10:50 +00:00
Merge pull request #377 from kuba--/opt-indiagnostics/310
Disable diagnostics by default
This commit is contained in:
commit
e39334ca92
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