1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 fetchSubmodules = true;
12 hash = "sha256-SSAeJOOd282Mnmaj/W5sM8J64qvD9/0SvlbHUtXYYF8=";
20 "cmd/tempo-serverless"
28 "-X=main.Version=${version}"
29 "-X=main.Branch=<release>"
30 "-X=main.Revision=${version}"
37 description = "High volume, minimal dependency trace storage";
38 license = licenses.asl20;
39 homepage = "https://grafana.com/oss/tempo/";
40 maintainers = with maintainers; [ willibutz ];