🐛 disable otel-collector-contrib override.
Some checks failed
Build all NixOS Configurations / nix build (push) Failing after 2h47m32s
Some checks failed
Build all NixOS Configurations / nix build (push) Failing after 2h47m32s
https://github.com/NixOS/nixpkgs/issues/356708 seems to be fixed by now
This commit is contained in:
parent
dc3e39f0db
commit
525f97460c
1 changed files with 0 additions and 18 deletions
18
flake.nix
18
flake.nix
|
@ -312,25 +312,7 @@
|
|||
(
|
||||
{ lib, pkgs, ... }:
|
||||
{
|
||||
|
||||
telemetry.netdata.enable = false;
|
||||
|
||||
# "fixes" https://github.com/NixOS/nixpkgs/issues/356708
|
||||
#services.opentelemetry-collector.package = lib.mkForce pkgs.legacy_2405.opentelemetry-collector-contrib;
|
||||
|
||||
services.opentelemetry-collector.package = lib.mkForce (
|
||||
pkgs.opentelemetry-collector-contrib.overrideAttrs (old: rec {
|
||||
version = "0.110.0";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "open-telemetry";
|
||||
repo = "opentelemetry-collector-contrib";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-bDtP7EFKus0NJpLccbD+HlzEusc+KAbKWmS/KGthtwY=";
|
||||
};
|
||||
vendorHash = "sha256-pDDEqtXu167b+J1+k7rC1BE5/ehxzG0ZAkhxqmJpHsg=";
|
||||
})
|
||||
);
|
||||
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue