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 f2c831e commit e1c7763Copy full SHA for e1c7763
nix/modules/default.nix
@@ -81,7 +81,7 @@ in
81
82
otelEndpoint = mkOption {
83
type = types.str;
84
- default = "http://localhost:4317";
+ default = "localhost:4317";
85
description = "OpenTelemetry collector endpoint URL.";
86
};
87
0 commit comments