Skip to content

Emergency Runbook

Tabatha D Zeitke edited this page Jan 3, 2023 · 13 revisions

Emergency Runbook -- developer.newrelic.com

This site is hosted on AWS Amplify and is maintained and supported by New Relic's Docs Engineering team. If you have any questions or comments, please reach out to docs-eng@newrelic.com.

Alerts

Alerts

Dashboards

Troubleshooting dashboard

Rollback a release

Use the Gatsby Cloud UI to select a previous build and redeploy that build.

Steps to redeploy in Gatsby Cloud:

  1. Log into Gatsby Cloud with Github two-factor.
  2. Select the developer-website site.
  3. Click View production history to see all the previous builds that have run.
  4. Find the appropriate build to roll back to. Click Publish to deploy that build of the site.
  5. Validate once the deploy is finished.
  6. Notify The Developer Experience Team and the @hero in #help-deven-websites of the rollback so we can address the underlying issue.

Environments

This project supports three environments, local development, staging (a.k.a. development), and production.

Production

Corresponds to the main branch

New Relic Domains: https://developer.newrelic.com

New Relic Browser monitoring

Local Development

To run, execute yarn start from the root of this repository.

Should you want New Relic Browser instrumentation while developing locally, you will need to add an additional configuration option to gatsby-config.js for the gatsby-plugin-newrelic plugin.

Architecture

The site is built using the following technology:

In addition, the site uses the following tracking tools:

Common Issues

No issues yet!

Help/Support Channels