This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git.
from 1cdbf81 ci: fix flamegraph CI trigger condition (#6339)
add a933c0b feat: clickhouse logger (#6215)
No new revisions were added by this update.
Summary of changes:
...skywalking-logger.lua => clickhouse-logger.lua} | 93 ++++-----
conf/config-default.yaml | 1 +
docs/en/latest/config.json | 1 +
docs/en/latest/plugins/clickhouse-logger.md | 148 ++++++++++++++
docs/zh/latest/config.json | 1 +
.../{skywalking-logger.md => clickhouse-logger.md} | 71 +++++--
t/admin/plugins.t | 1 +
t/debug/debug-mode.t | 1 +
t/plugin/clickhouse-logger.t | 221 +++++++++++++++++++++
9 files changed, 473 insertions(+), 65 deletions(-)
copy apisix/plugins/{skywalking-logger.lua => clickhouse-logger.lua} (68%)
create mode 100644 docs/en/latest/plugins/clickhouse-logger.md
copy docs/zh/latest/plugins/{skywalking-logger.md => clickhouse-logger.md}
(54%)
create mode 100644 t/plugin/clickhouse-logger.t