Skip to content

Commit 8d223e2

Browse files
committed
fix: ok, fine, default to HTTPS
1 parent 0109196 commit 8d223e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/telemetry/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import type { ConfigurationSchema } from '../config/schema.js';
2828
import { getAutoInstrumentations } from './instrumentations.js';
2929
import { DummySpanExporter } from './DummyExporter.js';
3030

31-
const baseDefaultOtlpUrl = new URL('http://otlp-exporter:4318/v1').toString();
31+
const baseDefaultOtlpUrl = new URL('https://otlp-exporter:4318/v1').toString();
3232

3333
function getSpanExporter() {
3434
if (

0 commit comments

Comments
 (0)