File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
src/frontend/utils/telemetry Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -797,8 +797,8 @@ spec:
797797 serviceAccountName : opentelemetry-demo
798798 containers :
799799 - name : accounting
800- image : ' ghcr.io/open-telemetry/demo:2.1.3-accounting'
801- # image: 'ghcr.io/splunk/opentelemetry-demo/otel-accounting:0.0.1 '
800+ # image: 'ghcr.io/open-telemetry/demo:2.1.3-accounting'
801+ image : ' ghcr.io/splunk/opentelemetry-demo/otel-accounting:2.1.3 '
802802 imagePullPolicy : Always
803803 env :
804804 - name : OTEL_SERVICE_NAME
Original file line number Diff line number Diff line change 4040
4141// sdk.start();
4242const { startTracing } = require ( '@splunk/otel' ) ;
43-
44- start ( {
43+ startTracing ( {
4544 serviceName : process . env . OTEL_SERVICE_NAME || 'frontend' ,
46- // serviceVersion: process.env.OTEL_SERVICE_VERSION,
47- // Splunk automatically handles resource detection and instrumentations
48- } ) ;
45+ } ) ;
46+ // start({
47+ // serviceName: process.env.OTEL_SERVICE_NAME || 'frontend',
48+ // // serviceVersion: process.env.OTEL_SERVICE_VERSION,
49+ // // Splunk automatically handles resource detection and instrumentations
50+ // });
You can’t perform that action at this time.
0 commit comments