github.com/DataDog/orchestrion
Those integration are enabled by having the
following import
in the project’s orchestrion.tool.go
file:
import (
_ "github.com/DataDog/orchestrion"
_ "github.com/DataDog/orchestrion" // integration
//...
)
Flip a boolean to true if Orchestrion is enabled.
built.WithOrchestrion
All of
- Package-level
const
orvar
bool
- One of
- Declaration of
built.WithOrchestrion
- Has directive
//orchestrion:enabled
- Has directive
//dd:orchestrion-enabled
Set initial value to:
true