diff --git a/cmd/site/main.go b/cmd/site/main.go index 00a0292..b7774b1 100644 --- a/cmd/site/main.go +++ b/cmd/site/main.go @@ -32,7 +32,8 @@ func main() { } ctx := ln.WithF(opname.With(context.Background(), "main"), ln.F{ - "port": port, + "port": port, + "git_rev": gitRev, }) _ = prometheus.Register(prommod.NewCollector("christine"))