about summary refs log tree commit diff
path: root/users/Profpatsch/shell.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2023-09-29T16·04+0200
committerclbot <clbot@tvl.fyi>2023-09-29T17·25+0000
commit0dcc72a31c3dbadc2e70d2634582e50df4ca877b (patch)
tree33d852dc1bd0724352ef0ac86aeba08487a61ee9 /users/Profpatsch/shell.nix
parentcd47d188ae22de552c4663cc6bc787f202a48b2e (diff)
feat(users/Profpatsch/whatcd-resolver): add basic otel tracing r/6673
For it to work, you need otel (e.g. jaeger) to run on port 4317.

Change-Id: I36f0493b9be26af256769ae5af8916029036a76e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9488
Tested-by: BuildkiteCI
Autosubmit: Profpatsch <mail@profpatsch.de>
Reviewed-by: Profpatsch <mail@profpatsch.de>
Diffstat (limited to 'users/Profpatsch/shell.nix')
-rw-r--r--users/Profpatsch/shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/Profpatsch/shell.nix b/users/Profpatsch/shell.nix
index b27b47b2b9..367ab01e1d 100644
--- a/users/Profpatsch/shell.nix
+++ b/users/Profpatsch/shell.nix
@@ -54,6 +54,7 @@ pkgs.mkShell {
       h.postgresql-simple
       h.resource-pool
       h.xmonad-contrib
+      h.hs-opentelemetry-sdk
     ]))
 
     pkgs.rustup