Xumin

Results 212 comments of Xumin

@rwa-siteimprove Got it. Please feel free to reopen it if we have further information.

Thank you for reporting this. This API is supported with an Nginx module: [ngx_http_stub_status_module](http://nginx.org/en/docs/http/ngx_http_stub_status_module.html) which is a part of Nginx: https://github.com/nginx/nginx/blob/master/src/http/modules/ngx_http_stub_status_module.c You may want to report this to the Nginx...

Thank you for reporting this. Currently, the tracing PDK APIs are not mature and may be changed at any time. So I don't recommend using them for now. The field...

@jonathanlazaro1 Yes. By calling `set_should_sample(false)` you will disable the sampling for the whole request.

@jonathanlazaro1 Sorry for the confusion. It's mis-documented. We will fix the documentation. And the correct way to make the call is: ```lua kong.tracing:set_should_sample(false) ``` It's a coincidence that the `self`...

It seems that this is a known issue: https://github.com/Kong/kong/issues/5685 Maybe we will re-evaluate whether we should support this.

> we should pass the origin path and params `/test?a=1&b=2?` to upstream? Vanilla Nginx considers anything that comes after the first `?` as the query string. A possible explanation to...

> > Vanilla Nginx considers anything that comes after the first `?` as the query string. A possible explanation to this is that then the query string is considered illegal...

@samugi Turns out it's a fixed bug: https://github.com/Kong/kong/issues/11325