RelicOfTesla commented on issue #4922: URL: https://github.com/apache/skywalking/issues/4922#issuecomment-643938048
the code only used v3 protocol in master branch https://github.com/apache/skywalking-nginx-lua/blob/master/lib/skywalking/client.lua#L83 you can see : ``` local http = require('resty.http') local httpc = http.new() local res, err = httpc:request_uri(backend_http_uri .. '/v3/management/reportProperties', { ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
