Y.Horie
Y.Horie
@qcybb The release has done. https://github.com/vozlt/nginx-module-vts/releases/tag/v0.2.1 Could you tell the author of this Nginx ports to update its?
@jamiew @mathaou Hi, I consider that it is easy to use GitHub Actions and GoReleaser. 1. we should make new repository `homebrew-termdbms`, it is necessary for publishing with `brew tap`...
Hi @petuxodev, @erikdubbelboer I'd like to work on this issue. It seems to the simplest solution to get `*tls.ClientHelloInfo` using TLSConfig.GetCertificate hooks below this. ``` @@ -1721,7 +1730,12 @@ func...
it seems to be same issues... https://github.com/allegro/bigcache/issues/250
@jranson For example, if `getMatrixFromPrometheus` returns err, what you wanna said, it does `r.Writer.Header().Set(“foo”, originParams.Encode())`, don’t you? https://github.com/Comcast/trickster/blob/67cf188025f01e4e516ac032ec43d62760d52ad7/handlers.go#L750-L757 cf. https://golang.org/pkg/net/url/#Values.Encode
@hailiangchen Hi, thanks for your report. At first, are you use the customized nginx such as `tengine`? As far as I know, the dynamic_resolve directive has defined as the tengine's...
@hailiangchen Hi, I could reproduce the issue by the minimum nginx.conf and on the tengine latest master package. * my nginx.conf ``` worker_processes 1; events { worker_connections 1024; } http...
@hailiangchen Hi, the issue seems to be fixed. Commit: 4bbac923842c5e12a89168e208d77f0da6b91f9b If you have any issue, can you close this?
@hailiangchen The latest version doesn't include https://github.com/vozlt/nginx-module-vts/commit/4bbac923842c5e12a89168e208d77f0da6b91f9b yet.
@ypcs Hi, Thanks following about this PR. We almost agree with what @vozlt said the below > But do you need to put non-cached statistics inside serverZones? As far as...