Skip to content

Commit

Permalink
Merge branch 'fix-857-bte'
Browse files Browse the repository at this point in the history
  • Loading branch information
NeuralFlux committed Oct 3, 2024
2 parents e3e703c + dd2292d commit 936f9a9
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-agent.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 936f9a9

Please sign in to comment.