You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/03/10 04:04:22 UTC

[GitHub] [apisix] xianshun163 edited a comment on pull request #6315: chore: update ngxin-lua-prometheus verison

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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org