
Shoichi Kaji
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Shoichi Kaji-
Shoichi Kaji commented,
Just for the record:https://github.com/DataDog/dd-trace-go/blob/0b8ad4fc38b8ddc9d507e825b7394da16af74a52/ddtrace/tracer/span.go#L63https://github.com/DataDog/dd-trace-go/blob/0b8ad4fc38b8ddc9d507e8...
-
Shoichi Kaji commented,
Hi, Pablo > This is being worked on. I'm happy to hear that! > if you need to generate a unique identifier, have you tried the randomstr() function or uuid.is_version4()? It seems that datadog apm ...
-
Shoichi Kaji created a post,
randomint(0, 9223372036854775807) does not work
Hi, I want to create a random 64bit unsigned integer in fastly,and pass it to origin servers so that we can use it as a datadog apm trace id. I tried ```declare local var.id INTEGER;set var.id = ra...