Skip to content

Commit 71ea1ca

Browse files
committed
Switch to the otel runtime manager by default for self-monitoring
1 parent 47d0765 commit 71ea1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pkg/core/monitoring/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const (
1919
DefaultHost = "localhost"
2020
ProcessRuntimeManager = "process"
2121
OtelRuntimeManager = "otel"
22-
DefaultRuntimeManager = ProcessRuntimeManager
22+
DefaultRuntimeManager = OtelRuntimeManager
2323
)
2424

2525
// MonitoringConfig describes a configuration of a monitoring

0 commit comments

Comments
 (0)