Uninstall
Uninstall
Removing Orchestrion
Removing Orchestrion from your project is a simple process to go back to the original state of your project before you started using Orchestrion.
The steps can be summed up as:
- Remove any files created by orchestrion like
orchestrion.tool.go
andorchestrion.yml
. - Run
go mod tidy
to remove any references to orchestrion in yourgo.mod
file. - Remove directives from your source code if any like
//orchestrion:ignore
or//dd:span
- Remove any references to orchestrion in your build scripts or CI/CD pipelines or Dockerfile
ℹ️
You can confirm that orchestrion has been removed correctly by looking at your application logs and checking
if they still contain the DataDog Tracer startup log starting with
DATADOG TRACER CONFIGURATION
.Last updated on