Skip to content

Commit e1c7763

Browse files
committed
fix: prefix from default otelEndpoint module value
1 parent f2c831e commit e1c7763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/modules/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ in
8181

8282
otelEndpoint = mkOption {
8383
type = types.str;
84-
default = "http://localhost:4317";
84+
default = "localhost:4317";
8585
description = "OpenTelemetry collector endpoint URL.";
8686
};
8787
};

0 commit comments

Comments
 (0)