opentelemetry-dotnet-instru.../examples/playground
Robert Pająk 345beca02a
Add AspNetCoreMvc as playground example (#1877)
2023-01-02 16:05:12 +01:00
..
AspNetCoreMvc Add AspNetCoreMvc as playground example (#1877) 2023-01-02 16:05:12 +01:00
README.md Add AspNetCoreMvc as playground example (#1877) 2023-01-02 16:05:12 +01:00
run.sh Add AspNetCoreMvc as playground example (#1877) 2023-01-02 16:05:12 +01:00

README.md

Demo

Description

This is a ASP.NET Core MVC playground application which can be used to test the local changes.

Usage

Prerequisites

Create a local build of the project and setup the test environment following the developing instructions.

Playground application

You can use the run.sh helper script to build and run the playground application with auto instrumenation.

./examples/playground/run.sh
Env var Description Default
CONFIGURATION Build configuration. Possible values: Debug, Release. Debug
DOTNET .NET version. Possible values: net7.0, net6.0. net7.0

The application should be hosted on http://localhost:5000/`.