Loading nixos/tests/opentelemetry-collector.nix +3 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,9 @@ in { enable = true; settings = { exporters.logging.verbosity = "detailed"; receivers.otlp.protocols.http = {}; receivers.otlp.protocols = { http.endpoint = "0.0.0.0:${toString port}"; }; service = { pipelines.logs = { receivers = [ "otlp" ]; Loading pkgs/tools/misc/opentelemetry-collector/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -9,17 +9,17 @@ buildGoModule rec { pname = "opentelemetry-collector"; version = "0.103.0"; version = "0.109.0"; src = fetchFromGitHub { owner = "open-telemetry"; repo = "opentelemetry-collector"; rev = "v${version}"; hash = "sha256-xmsxr1A0/kyWXLNVZglZy8K7ieZT1GS4lGqsSrUkttI="; hash = "sha256-ShVUBohSnIoeq2aTWJ9IMXKt0CeRv3CZjlqpYHR9DhY="; }; # there is a nested go.mod sourceRoot = "${src.name}/cmd/otelcorecol"; vendorHash = "sha256-1NDGfzg/60VJNrWkMtGS2t3Cv1CXSguR1qLp4mqF1UM="; vendorHash = "sha256-rXC4lm2ZvO3k6h1ZiYB+FskhW0c2uJyPLZg6n125MZE="; nativeBuildInputs = [ installShellFiles ]; Loading Loading
nixos/tests/opentelemetry-collector.nix +3 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,9 @@ in { enable = true; settings = { exporters.logging.verbosity = "detailed"; receivers.otlp.protocols.http = {}; receivers.otlp.protocols = { http.endpoint = "0.0.0.0:${toString port}"; }; service = { pipelines.logs = { receivers = [ "otlp" ]; Loading
pkgs/tools/misc/opentelemetry-collector/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -9,17 +9,17 @@ buildGoModule rec { pname = "opentelemetry-collector"; version = "0.103.0"; version = "0.109.0"; src = fetchFromGitHub { owner = "open-telemetry"; repo = "opentelemetry-collector"; rev = "v${version}"; hash = "sha256-xmsxr1A0/kyWXLNVZglZy8K7ieZT1GS4lGqsSrUkttI="; hash = "sha256-ShVUBohSnIoeq2aTWJ9IMXKt0CeRv3CZjlqpYHR9DhY="; }; # there is a nested go.mod sourceRoot = "${src.name}/cmd/otelcorecol"; vendorHash = "sha256-1NDGfzg/60VJNrWkMtGS2t3Cv1CXSguR1qLp4mqF1UM="; vendorHash = "sha256-rXC4lm2ZvO3k6h1ZiYB+FskhW0c2uJyPLZg6n125MZE="; nativeBuildInputs = [ installShellFiles ]; Loading