Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export class TraceExporting {
/** Configuration for trace context propagation */
public static readonly OTEL_PROPAGATORS = 'OTEL_PROPAGATORS';
/** Supported propagation formats for Application Signals */
public static readonly OTEL_PROPAGATORS_APPLICATION_SIGNALS = 'tracecontext,baggage,b3,xray';
public static readonly OTEL_PROPAGATORS_APPLICATION_SIGNALS = 'tracecontext,baggage,xray';
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe('application signals adot sdk agent integration', () => {
},
{
Name: 'OTEL_PROPAGATORS',
Value: 'tracecontext,baggage,b3,xray',
Value: 'tracecontext,baggage,xray',
},
{
Name: 'JAVA_TOOL_OPTIONS',
Expand Down Expand Up @@ -197,7 +197,7 @@ describe('application signals adot sdk agent integration', () => {
},
{
Name: 'OTEL_PROPAGATORS',
Value: 'tracecontext,baggage,b3,xray',
Value: 'tracecontext,baggage,xray',
},
{
Name: 'JAVA_TOOL_OPTIONS',
Expand Down Expand Up @@ -331,7 +331,7 @@ describe('application signals adot sdk agent integration', () => {
},
{
Name: 'OTEL_PROPAGATORS',
Value: 'tracecontext,baggage,b3,xray',
Value: 'tracecontext,baggage,xray',
},
{
Name: 'OTEL_PYTHON_DISTRO',
Expand Down Expand Up @@ -491,7 +491,7 @@ describe('application signals adot sdk agent integration', () => {
},
{
Name: 'OTEL_PROPAGATORS',
Value: 'tracecontext,baggage,b3,xray',
Value: 'tracecontext,baggage,xray',
},
{
Name: 'OTEL_DOTNET_DISTRO',
Expand Down Expand Up @@ -651,7 +651,7 @@ describe('application signals adot sdk agent integration', () => {
},
{
Name: 'OTEL_PROPAGATORS',
Value: 'tracecontext,baggage,b3,xray',
Value: 'tracecontext,baggage,xray',
},
{
Name: 'OTEL_DOTNET_DISTRO',
Expand Down Expand Up @@ -831,7 +831,7 @@ describe('application signals adot sdk agent integration', () => {
},
{
Name: 'OTEL_PROPAGATORS',
Value: 'tracecontext,baggage,b3,xray',
Value: 'tracecontext,baggage,xray',
},
{
Name: 'OTEL_SERVICE_NAME',
Expand Down Expand Up @@ -1001,7 +1001,7 @@ describe('application signals custom injector', () => {
},
{
Name: 'OTEL_PROPAGATORS',
Value: 'tracecontext,baggage,b3,xray',
Value: 'tracecontext,baggage,xray',
},
{
Name: 'JAVA_TOOL_OPTIONS',
Expand Down Expand Up @@ -1123,7 +1123,7 @@ describe('application signals custom injector', () => {
},
{
Name: 'OTEL_PROPAGATORS',
Value: 'tracecontext,baggage,b3,xray',
Value: 'tracecontext,baggage,xray',
},
{
Name: 'OTEL_PYTHON_DISTRO',
Expand Down Expand Up @@ -1254,7 +1254,7 @@ describe('application signals custom injector', () => {
},
{
Name: 'OTEL_PROPAGATORS',
Value: 'tracecontext,baggage,b3,xray',
Value: 'tracecontext,baggage,xray',
},
{
Name: 'OTEL_DOTNET_DISTRO',
Expand Down Expand Up @@ -1409,7 +1409,7 @@ describe('application signals custom injector', () => {
},
{
Name: 'OTEL_PROPAGATORS',
Value: 'tracecontext,baggage,b3,xray',
Value: 'tracecontext,baggage,xray',
},
{
Name: 'NODE_OPTIONS',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
{
"Name": "OTEL_PROPAGATORS",
"Value": "tracecontext,baggage,b3,xray"
"Value": "tracecontext,baggage,xray"
},
{
"Name": "JAVA_TOOL_OPTIONS",
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
{
"Name": "OTEL_PROPAGATORS",
"Value": "tracecontext,baggage,b3,xray"
"Value": "tracecontext,baggage,xray"
},
{
"Name": "OTEL_PYTHON_DISTRO",
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
{
"Name": "OTEL_PROPAGATORS",
"Value": "tracecontext,baggage,b3,xray"
"Value": "tracecontext,baggage,xray"
},
{
"Name": "OTEL_DOTNET_DISTRO",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
{
"Name": "OTEL_PROPAGATORS",
"Value": "tracecontext,baggage,b3,xray"
"Value": "tracecontext,baggage,xray"
},
{
"Name": "JAVA_TOOL_OPTIONS",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
{
"Name": "OTEL_PROPAGATORS",
"Value": "tracecontext,baggage,b3,xray"
"Value": "tracecontext,baggage,xray"
},
{
"Name": "NODE_OPTIONS",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
{
"Name": "OTEL_PROPAGATORS",
"Value": "tracecontext,baggage,b3,xray"
"Value": "tracecontext,baggage,xray"
},
{
"Name": "OTEL_PYTHON_DISTRO",
Expand Down

Large diffs are not rendered by default.

Loading