aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/site/main.go3
1 files changed, 2 insertions, 1 deletions
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"))