Skip to content

Latest commit

 

History

History
 
 

Getting Started Guide - .NET

This is the solution (completely instrumented with OpenTelemetry) for the .NET demo application used in the Getting Started Guide - .NET tutorial.

Requires:

To run this demo app via the CLI:

  1. Switch to the dotnet\Instrumented directory
  2. Export the following environment variables (replace <your_license_key> with your New Relic ingest license key):
  1. Run the following command
dotnet run
  1. To generate traffic, in a new terminal tab run the following command
./load-generator.sh
  1. To shut down the program, run the following in both shells or terminal tabs: ctrl + c.