From 1e1463b29efc05cf5e5beb81c6ca996a5d6b11c6 Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Fri, 12 Jun 2020 15:01:44 -0700 Subject: [PATCH] feat: Add the automate-workflows/workflow-automation page --- .../workflow-automation.mdx | 84 +++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 src/markdown-pages/automate-workflows/workflow-automation.mdx diff --git a/src/markdown-pages/automate-workflows/workflow-automation.mdx b/src/markdown-pages/automate-workflows/workflow-automation.mdx new file mode 100644 index 000000000..6dfbf619a --- /dev/null +++ b/src/markdown-pages/automate-workflows/workflow-automation.mdx @@ -0,0 +1,84 @@ +--- +path: '/automate-workflows/workflow-automation' +title: 'Orchestrate observability workflows' +description: 'Tools to automate your observability ecosystem' +template: 'GuideTemplate' +--- + +## Define and automate observability + +As the maintainer of an increasingly complex software stack, you need to +pinpoint problems without filtering through all the noise. You need to automate +observability the way you automate infrastructure management, by embedding your +New Relic configuration in code. The [Terraform +Provider](https://www.terraform.io/docs/providers/newrelic/index.html) enables +observability as code -- the ability to monitor, alert, and analyze your +ecosystem in one place, in real time. Built on the New Relic Client, the +Terraform Provider provides a full implementation of APIs that enable you to +create alert policies and conditions, Synthetic monitors and Synthetics alert +conditions, notification policies and more. + +The [Terraform Provider getting started +guide](https://www.terraform.io/docs/providers/newrelic/guides/getting_started.html) +steps you through some fundamental configuration. The [New Relic APM Terraform +module](https://registry.terraform.io/modules/newrelic/apm/newrelic/0.0.4) +provides a monitoring strategy for application resources reporting into New +Relic. + +