Use a GitOps workflow
Chronosphere Observability Platform lets users programmatically update many facets of platform configuration using code tools like Chronoctl, Terraform, and the Observability Platform API.
Entities modified by Terraform and Chronoctl are viewable in Observability Platform, but can’t be modified. Use the Code Config tool to review these entities and understand working examples. You can copy and modify existing entities instead of writing new configurations, which helps developers onboard faster and lets them integrate changes into their existing GitOps workflows (opens in a new tab).
This tool is available on CRUD operations for the following entities, and other supported entities:
Use the Code Config tool
When adding or editing a supported entity, click the Code Config tab to view code representations. The displayed code also responds to changes you make in the Visual Editor tab.
When you modify an entity’s properties in the Visual Editor tab, click the Code Config tab to immediately see the updated code representations.
Changes you make in the Visual Editor tab don’t take effect until you click Save or apply the code representations using their corresponding tools.
-
Sign in to Observability Platform.
-
Navigate to the section of Observability Platform where you want to make changes.
-
Select an existing entity, or create a new one.
-
Click the Code Config tab.
-
Select the code type:
- Terraform
- Chronoctl
- API
-
Click Copy to copy the file, or Download to download the file to your computer.
-
Apply the changes.
- Add the definition to a
.yaml
file. - Use
chronoctl apply
to apply the changes.
- Add the definition to a