We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bece0c commit 193da91Copy full SHA for 193da91
aws-distro-opentelemetry-node-autoinstrumentation/src/aws-opentelemetry-configurator.ts
@@ -240,10 +240,6 @@ export class AwsOpentelemetryConfigurator {
240
241
spanProcessors.push(AttributePropagatingSpanProcessorBuilder.create().build());
242
243
- if (isXrayOtlpEndpoint(process.env['OTEL_EXPORTER_OTLP_TRACES_ENDPOINT'])) {
244
- return;
245
- }
246
-
247
const applicationSignalsMetricExporter: PushMetricExporter =
248
ApplicationSignalsExporterProvider.Instance.createExporter();
249
const periodicExportingMetricReader: PeriodicExportingMetricReader = new PeriodicExportingMetricReader({
0 commit comments