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 034e713 commit eb17067Copy full SHA for eb17067
testing/integration/ess/beat_receivers_test.go
@@ -720,7 +720,7 @@ agent.monitoring.enabled: false
720
require.NoError(t,
721
template.Must(template.New("config").Parse(configTemplate)).Execute(&configBuffer,
722
configOptions{
723
- RuntimeExperimental: "process",
+ RuntimeExperimental: component.ProcessRuntimeManager.String(),
724
}))
725
processConfig := configBuffer.Bytes()
726
0 commit comments