opentelemetry-dotnet-instru.../examples/playground
Paulo Janotti acb405617b
Fix macos arm64 local build (#3962)
2025-01-21 13:47:32 +01:00
..
AspNetCoreMvc .NET9 support (#3796) 2024-11-21 20:23:18 +01:00
README.md .NET9 support (#3796) 2024-11-21 20:23:18 +01:00
run.sh Fix macos arm64 local build (#3962) 2025-01-21 13:47:32 +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 instrumentation.

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

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