Skip to content

TitanNav/dotnet-docker-rolldice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Basic dice-rolling .NET app instrumented with OpenTelemetry reporting to a collector, which is reporting to NR.

Environment variables used:

OTEL_EXPORTER_OTLP_ENDPOINT=https://otlp.nr-data.net

NEW_RELIC_LICENSE_KEY=<api_key_here>

Steps followed:

From dir rolldice:

dotnet publish -c Release
docker build -t rolldice3

From dir rolldice-with-collector:

docker pull otel/opentelemetry-collector-contrib:0.98.0
docker compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published