zrepl/daemon/logging/trace
Christian Schwarz 3cb1865909 chore: trace spans: use crypto/rand for generating them
math/rand.Read is deprecated in newer Go versions.

Also, it appears that crypto/rand is faster when used from multiple
goroutines: https://gist.github.com/problame/0699acd6f99db4163f26f0b8a61569f3
2024-09-08 23:19:45 +00:00
..
trace_callback.go [#307] add package trace, integrate it with logging, and adopt it throughout zrepl 2020-05-19 11:30:02 +02:00
trace_chrometrace.go [#307] add package trace, integrate it with logging, and adopt it throughout zrepl 2020-05-19 11:30:02 +02:00
trace_context.go [#307] add package trace, integrate it with logging, and adopt it throughout zrepl 2020-05-19 11:30:02 +02:00
trace_convenience_test.go [#388] trace: make WithTaskGroup actually concurrent 2021-01-24 22:28:47 +01:00
trace_convenience.go run go1.19 gofmt and make adjustments as needed 2022-10-24 22:22:41 +02:00
trace_debug.go trace: hint debug env var in error when crashing due to active child tasks 2021-12-05 18:57:43 +01:00
trace_genID.go chore: trace spans: use crypto/rand for generating them 2024-09-08 23:19:45 +00:00
trace_test.go [#307] add package trace, integrate it with logging, and adopt it throughout zrepl 2020-05-19 11:30:02 +02:00
trace_unique_concurrent_task_namer_test.go chore: require go 1.22/1.23, upgrade protobuf, upgrade all deps 2024-09-08 20:49:09 +00:00
trace_unique_concurrent_task_namer.go chore: require go 1.22/1.23, upgrade protobuf, upgrade all deps 2024-09-08 20:49:09 +00:00
trace.go run go1.19 gofmt and make adjustments as needed 2022-10-24 22:22:41 +02:00