Dotnet21

.NET CORE example uses the .NET http client to get non-responding URL so makes valid traces with 403 status code

Containerized with these instructions from Microsoft

For .NET Core 2.1

cd ~/otelworkshop/k8s/dotnet21

Deploy:

source deploy-client.sh

Delete deployment:

source delete-all.sh

Back to top