Skip to content

wwwenca/opentelemetry-dotnet-instrumentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1) build...
brew cmake install

./build.sh
mkdir $HOME/.otel-dotnet-auto
cp -R ./bin/tracer-home/* $HOME/.otel-dotnet-auto

2) otel...
 . $HOME/.otel-dotnet-auto/instrument.sh

export ASPNETCORE_URLS="https://localhost:7061;http://localhost:5061"
export ASPNETCORE_ENVIRONMENT=Development

OTEL_DOTNET_AUTO_NETFX_REDIRECT_ENABLED=true OTEL_DOTNET_AUTO_LOG_DIRECTORY=/tmp/otel OTEL_LOG_LEVEL=debug OTEL_SERVICE_NAME=myapp OTEL_RESOURCE_ATTRIBUTES=deployment.environment=Development,service.version=1.0.0 ./Construction.WebApi

3) jaeger pro vizualizaci...
docker run -d --name jaeger \
  -e COLLECTOR_ZIPKIN_HOST_PORT=:9411 \
  -e COLLECTOR_OTLP_ENABLED=true \
  -p 6831:6831/udp \
  -p 6832:6832/udp \
  -p 5778:5778 \
  -p 16686:16686 \
  -p 4317:4317 \
  -p 4318:4318 \
  -p 14250:14250 \
  -p 14268:14268 \
  -p 14269:14269 \
  -p 9411:9411 \
  jaegertracing/all-in-one:1.43

About

OpenTelemetry .NET Automatic Instrumentation

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 68.8%
  • C 18.0%
  • C# 12.3%
  • CMake 0.3%
  • PowerShell 0.2%
  • Perl 0.2%
  • Other 0.2%