Files
Jack Baldry 576bf66e03 Add Observability as Code documentation (#104301)
Co-authored-by: Kim Nylander <kim.nylander@grafana.com>
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
2025-04-22 16:53:41 +00:00

3.7 KiB

_build noindex cascade description keywords labels title weight
list
false
true
noindex
true
Overview of Observability as Code including description, key features, and explanation of benefits.
observability
configuration
as code
dashboards
git integration
git sync
github
products
enterprise
oss
Observability as Code 100

Observability as Code

Observability as Code lets you apply code management best practices to your observability resources. Using Observability as Code, you can version, automate, and scale Grafana configurations, including dashboards and observability workflows. By representing Grafana resources as code, you can integrate them into existing infrastructure-as-code workflows and apply standard development practices.

Observability as Code provides more control over configuration. Instead of manually configuring dashboards or settings through the Grafana UI, you can:

  • Write configurations in code: Define dashboards in JSON or other supported formats.
  • Sync your Grafana setup to GitHub: Track changes, collaborate, and roll back updates using Git and GitHub, or other remote sources.
  • Automate with CI/CD: Integrate Grafana directly into your development and deployment pipelines.
  • Standardize workflows: Ensure consistency across your teams by using repeatable, codified processes for managing Grafana resources.

{{< section depth=5 >}}