Skip to content

Commit

Permalink
fix: update otel config
Browse files Browse the repository at this point in the history
  • Loading branch information
NeuralFlux committed Oct 3, 2024
1 parent ae59681 commit 979c8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/opentelemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { ATTR_SERVICE_NAME } from '@opentelemetry/semantic-conventions';

const jaegerHost = process.env.JAEGER_HOST ?? 'jaeger-otel-collector.sri';
const jaegerPort = process.env.JAEGER_PORT ?? 4318;
const jaegerResName = process.env.JAEGER_RES_NAME ?? '';
const jaegerResName = process.env.JAEGER_RES_NAME ?? '/v1/traces';

debug("Initializing Opentelemetry instrumentation...");
const sdk = new NodeSDK({
Expand Down

0 comments on commit 979c8fb

Please sign in to comment.