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 f23e10a commit 21967aeCopy full SHA for 21967ae
src/tracing/tracing-initializer.ts
@@ -7,10 +7,7 @@ import { getNodeAutoInstrumentations } from '@opentelemetry/auto-instrumentation
7
const apikey = process.env.BACKEND_TRACING_API_KEY;
8
9
const googleExporter = new OTLPTraceExporter({
10
- url: 'https://gateway.clinq.com/backend-traces',
11
- headers: {
12
- apikey,
13
- },
+ url: 'http://opentelemetry-collector.monitoring.svc.cluster.local:4318/v1/traces',
14
});
15
16
// const jaegerExporter = new OTLPTraceExporter({});
0 commit comments