Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.05 KB

1_INTRO.md

File metadata and controls

20 lines (13 loc) · 1.05 KB

Introduction

The purpose of this self-paced lab is to create a simulation application that students can use in order to test various methods of creating New Relic Change Tracking markers.

Goals

  • Add a Change Tracking marker to your application using a GitHub Action
  • Add a Change Tracking marker to your application using the NerdGraph API
  • Add a Change Tracking marker to your application using the New Relic CLI

Pre-requisites

To successfully complete this lab, you will need:

  1. A New Relic account where you will collect your license key, user API key, and ultimately the entity GUID for an application you create.
  2. A personal GitHub account where you can fork this repository.
  3. Access to install the New Relic CLI on your computer.

Next steps

Continue to setting up your environment and creating your first Change Tracking marker using GitHub Actions.