-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(prometheus): support collect metrics works in the priviledged agent #8434
Conversation
apisix/cli/ngx_tpl.lua
Outdated
|
||
init_by_lua_block { | ||
require "resty.core" | ||
apisix = require("apisix") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I double-checked this line and it seems the apisix
is not used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove it, and this helped me to solve the problem of repeatedly requiring apisix, thanks.
Can you fix this problem in version 2.15? The main reason is that we have been using the official Docker image deployment. It seems that we cannot directly repair it by copying files, but we need to compile the underlying modules. |
+1 |
Description
Fixes # (issue)
Checklist