xianshun163 edited a comment on pull request #6315:
URL: https://github.com/apache/apisix/pull/6315#issuecomment-1063591190
@tzssangglass , I have see the commit, it is only change this file:
apisix-master-0.rockspec,
- "nginx-lua-prometheus = 0.20210206",
+ "nginx-lua-prometheus = 0.20220127",
I'm not sure if I modified this file like above. Will the apisix get the
new version of the dependency when it starting?
I have a try , It seems not work.
cd /data/apisix-2.11.0/deps/lib/luarocks/rocks-5.1/nginx-lua-prometheus
mv 0.20210206-1 0.20210206-1.bak
cd /data/apisix-2.11.0/
vi rockspec/apisix-master-0.rockspec
- "nginx-lua-prometheus = 0.20210206",
+ "nginx-lua-prometheus = 0.20220127",
./bin/apisix stop
./bin/apisix start
the deps nginx-lua-prometheus can not get the new version. It still use
the old version and it can collect the metric.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]