.NET
StackState v6.0
Automatic instrumentation
env:
- name: CORECLR_ENABLE_PROFILING
value: "1"
- name: CORECLR_PROFILER
value: "{918728DD-259F-4A6A-AC2B-B85E1B658318}"
- name: CORECLR_PROFILER_PATH
# for glibc:
value: "/autoinstrumentation/linux-x64/OpenTelemetry.AutoInstrumentation.Native.so"
# For musl use instead:
# value: "/autoinstrumentation/linux-musl-x64/OpenTelemetry.AutoInstrumentation.Native.so"
- name: DOTNET_ADDITIONAL_DEPS
value: "/autoinstrumentation/AdditionalDeps"
- name: DOTNET_SHARED_STORE
value: "/autoinstrumentation/store"
- name: DOTNET_STARTUP_HOOKS
value: "/autoinstrumentation/net/OpenTelemetry.AutoInstrumentation.StartupHook.dll"
- name: OTEL_DOTNET_AUTO_HOME
value: "/autoinstrumentation"Manual instrumentation
Metrics in StackState
Last updated