We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d0765 commit 71ea1caCopy full SHA for 71ea1ca
internal/pkg/core/monitoring/config/config.go
@@ -19,7 +19,7 @@ const (
19
DefaultHost = "localhost"
20
ProcessRuntimeManager = "process"
21
OtelRuntimeManager = "otel"
22
- DefaultRuntimeManager = ProcessRuntimeManager
+ DefaultRuntimeManager = OtelRuntimeManager
23
)
24
25
// MonitoringConfig describes a configuration of a monitoring
0 commit comments