Hao Chen

Results 4 issues of Hao Chen

Hi I notice this project includes another project (`github.com/dgrijalva`) by using git submodule. However, this raises an error while using `go get` with **-u** options, it reports `vendor/github.com/dgrijalva/jwt-go/.git exists but...

As we know, canary deployment is a very useful feature to help customers verify the changes from the customer side. To support this feature well, we need more strategies to...

enhancement

close #193 Code changes: - Add the `proxy` configuration to support socks5 proxy for TLS and TCP probes. - Support the `$ALL_PROXY` environment variable for TLS and TCP probes. -...

This PR supports the failure/success threshold features - we can configure the number of continuously failed/successful probes to determine whether the endpoint status is DOWN or UP. for example: ```yaml...