We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4100046 commit e11e74cCopy full SHA for e11e74c
apisix/plugins/skywalking.lua
@@ -16,6 +16,7 @@
16
--
17
local core = require("apisix.core")
18
local ngx = ngx
19
+local math = math
20
21
local sw_client = require("apisix.plugins.skywalking.client")
22
local sw_tracer = require("apisix.plugins.skywalking.tracer")
0 commit comments