You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by to...@apache.org on 2020/12/01 03:46:55 UTC

[apisix] branch feat/status updated (91e524a -> 1dbcd68)

This is an automated email from the ASF dual-hosted git repository.

tokers pushed a change to branch feat/status
in repository https://gitbox.apache.org/repos/asf/apisix.git.


    from 91e524a  fix: fixed CI failure
     add 1dbcd68  chore: use plugin way to expose seever info endpoint

No new revisions were added by this update.

Summary of changes:
 apisix/admin/init.lua                              |  19 ----
 apisix/plugins/{prometheus.lua => server-info.lua} |  33 ++++---
 conf/config-default.yaml                           |   1 +
 doc/{status.md => plugins/server-info.md}          |  63 ++++++++++++-
 doc/zh-cn/plugins/server-info.md                   | 104 +++++++++++++++++++++
 doc/zh-cn/status.md                                |  61 ------------
 t/{status/server_info.t => plugin/server-info.t}   |  43 +--------
 7 files changed, 185 insertions(+), 139 deletions(-)
 copy apisix/plugins/{prometheus.lua => server-info.lua} (72%)
 rename doc/{status.md => plugins/server-info.md} (53%)
 create mode 100644 doc/zh-cn/plugins/server-info.md
 delete mode 100644 doc/zh-cn/status.md
 rename t/{status/server_info.t => plugin/server-info.t} (63%)