opentelemetry-dotnet-instru.../examples/playground
Piotr Kiełkowicz b0ca8f0088
Drop ProfilerAttached functionality (#2698)
* Drop ProfilerAttached functionality
it was used only by our example application

* add missing file
2023-06-23 11:29:20 -07:00
..
AspNetCoreMvc Drop ProfilerAttached functionality (#2698) 2023-06-23 11:29:20 -07:00
README.md Make dotnet CLI issue more visible in the docs (#2128) 2023-02-01 06:40:10 +00:00
run.sh Reuse instrument.sh for development (#2161) 2023-02-03 13:07:32 +00: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 instrumentation.

./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/`.