OTEL_TRACE_CALLTARGET_ENABLED=true by default and truncate integrations.json (#181)

This commit is contained in:
Robert Pająk 2021-05-27 23:53:05 +02:00 committed by GitHub
parent 9a1134b132
commit 64329d366d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 6844 deletions

View File

@ -50,6 +50,5 @@ export OTEL_EXPORTER_ZIPKIN_ENDPOINT="http://localhost:9411/api/v2/spans"
export OTEL_TRACE_DEBUG="1"
export OTEL_EXPORTER="zipkin"
export OTEL_DUMP_ILREWRITE_ENABLED="0"
export OTEL_TRACE_CALLTARGET_ENABLED="1"
export OTEL_CLR_ENABLE_INLINING="1"
export OTEL_PROFILER_EXCLUDE_PROCESSES="dotnet.exe,dotnet"

File diff suppressed because it is too large Load Diff

View File

@ -47,7 +47,8 @@ bool EnableInlining(bool defaultValue) {
}
bool IsCallTargetEnabled() {
CheckIfTrue(GetEnvironmentValue(environment::calltarget_enabled));
ToBooleanWithDefault(GetEnvironmentValue(environment::calltarget_enabled),
true);
}
bool IsDebugEnabled() {