Skip to content

Commit

Permalink
make it easier to find finished tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
dwwoelfel committed Jan 16, 2025
1 parent e13ded7 commit 6b605ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/instant/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
(defmacro log-init [operation & body]
`(do
(tracer/record-info! {:name (format "init.start.%s" (name ~operation))})
(tracer/with-span! {:name (format "init.%s" (name ~operation))}
(tracer/with-span! {:name (format "init.finish.%s" (name ~operation))}
~@body)))

(defn -main [& _args]
Expand Down

0 comments on commit 6b605ca

Please sign in to comment.