Kazuki

Results 24 issues of Kazuki

Thanks for building and publishing this library! We started to use this for monitoring sidekiq job for datadog. Currently this library creates one metrics for job name, (success, error, latency)....

**Is your feature request related to a problem? Please describe.** We want to pass custom http client to sdk so we can instrument request latency etc using interceptor code we...

enhancement

## Fixes Or Enhances Added a few test cases around domains that contain number. One thing I realized was validator currently reject address like `example.com1` which I believe is [allowed...

When you try to compare floating number with floating literal like `Number == 12.34`, it returns false even when `Number` is 12.34 Below is code to reproduce https://go.dev/play/p/FFgPkXjIURm ``` package...

feature