Tom Goodsell
Tom Goodsell
Why: Use the `String()` function on `time.Duration` to have the `latency` log field emit as a formatted duration string, instead of the raw NS figure. This would assist with human...
Expected behavior: This error doesn't appear if it's not something we're able to remediate. Current behavior: Seeing this error spammed in our auth / proxy cluster: ``` { caller: "srv/usermgmt.go:469"...
What would you like Teleport to do? In the debug log generated by https://github.com/gravitational/teleport/blob/1ff524df8d433b3cf8cc5b07acde7350ad4f3a42/lib/reversetunnel/localsite.go#L775C1-L776C1: Use the `String` representation instead of the standard `int64` (nanoseconds) output. What problem does this solve?...
Expected behavior: On the proxy component: The level assigned to the same "effective" error message would be consistent between database types. Current behavior: MySQL: ``` { caller: "db/proxyserver.go:251" component: "db:proxy"...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
When running the following function: ```go package main import ( "context" "log" "os" "github.com/netbox-community/go-netbox/v4" ) func main() { ctx := context.Background() client := netbox.NewAPIClientFor("https://netbox.zro.gcp.tempus.cloud", os.Getenv("NETBOX_API_TOKEN")) prefixList, resp, err := client.IpamAPI.IpamPrefixesList(ctx).Execute()...
### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request - Please do...