5 lines
395 B
Bash
5 lines
395 B
Bash
export CORECLR_ENABLE_PROFILING=1
|
|
export CORECLR_PROFILER='{918728DD-259F-4A6A-AC2B-B85E1B658318}'
|
|
export CORECLR_PROFILER_PATH=/opt/opentelemetry-dotnet-autoinstrumentation/OpenTelemetry.AutoInstrumentation.ClrProfiler.Native.so
|
|
export OTEL_INTEGRATIONS=/opt/opentelemetry-dotnet-autoinstrumentation/integrations.json
|
|
export OTEL_DOTNET_TRACER_HOME=/opt/opentelemetry-dotnet-autoinstrumentation |