Skip to content

Commit

Permalink
doc: uninstalling orchestrion (#505)
Browse files Browse the repository at this point in the history
Signed-off-by: Eliott Bouhana <eliott.bouhana@datadoghq.com>
  • Loading branch information
eliottness authored Jan 23, 2025
1 parent e64a9d5 commit e835fa1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions _docs/content/docs/uninstalling.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "Uninstall"
weight: 999

prev: /troubleshooting
---

## 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` and `orchestrion.yml`.
* Run `go mod tidy` to remove any references to orchestrion in your `go.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

{{<callout type="info">}}
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`.
{{</callout>}}

0 comments on commit e835fa1

Please sign in to comment.