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 0109196 commit 8d223e2Copy full SHA for 8d223e2
src/telemetry/index.ts
@@ -28,7 +28,7 @@ import type { ConfigurationSchema } from '../config/schema.js';
28
import { getAutoInstrumentations } from './instrumentations.js';
29
import { DummySpanExporter } from './DummyExporter.js';
30
31
-const baseDefaultOtlpUrl = new URL('http://otlp-exporter:4318/v1').toString();
+const baseDefaultOtlpUrl = new URL('https://otlp-exporter:4318/v1').toString();
32
33
function getSpanExporter() {
34
if (
0 commit comments