opt-in diagnostics

This commit is contained in:
Kuba Podgórski 2020-05-12 15:37:47 +02:00
parent 2f44a16755
commit 368cb8cb53

View file

@ -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"