Chen Xi

Results 8 comments of Chen Xi

Thanks to @montanaflynn ``` // SkipedSampleAPIs skip tracing sample data for these apis var SkipedSampleAPIs = map[string]bool{ "/readyz": true, "/metricsz": true, "/healthz": true, } handler = &ochttp.Handler{ Handler: handler, GetStartOptions:...

This is not a issue. If you had worked with docker image before, the root path is the exported path. in test.sh, please check: export GOPATH=`pwd`:`pwd`/..

@iamyh , hi , could you please try with sync.Map to replace the nd.active map. https://golang.org/pkg/sync. please make sure your golang version is above 1.9.

> Hi @ngarafol, > > The following environment variable needs to be [added to the Vault StatefulSet](https://github.com/hashicorp/vault-helm/blob/master/templates/server-statefulset.yaml#L62) for this to work: > > ``` > - name: VAULT_CLUSTER_ADDR > value:...

@Fyb3roptik potentially, another potential way is to use "https://godoc.org/gopkg.in/ory-am/dockertest.v3" to launch a postgresql container then load the schema. Note that the main purpose here should be unit test or local...

你可以增加筹款渠道,让大家众筹,增加功能。

would be great if the doc on the `LifeWindow` could be more clear Here is my current setting: ``` // time after which entry can be evicted // Set to...

@amakumar , Great thanks for your post. I faced the same issue. --net=host can bypass this issue. I had checked this for several days. I found that the fd file...