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 9de83c2 fix(batch-requests): should be disabled by default (#6204)
add 53420f6 feat: development of Loggly logging plugin (#6113)
No new revisions were added by this update.
Summary of changes:
apisix/plugins/loggly.lua | 260 +++++++++++++
conf/config-default.yaml | 1 +
docs/assets/images/plugin/loggly-dashboard.png | Bin 0 -> 292312 bytes
docs/en/latest/config.json | 3 +-
docs/en/latest/plugins/loggly.md | 155 ++++++++
t/admin/plugins.t | 1 +
t/lib/{mock_dogstatsd.lua => mock_layer4.lua} | 39 +-
t/plugin/datadog.t | 2 +-
t/plugin/loggly.t | 512 +++++++++++++++++++++++++
9 files changed, 968 insertions(+), 5 deletions(-)
create mode 100644 apisix/plugins/loggly.lua
create mode 100644 docs/assets/images/plugin/loggly-dashboard.png
create mode 100644 docs/en/latest/plugins/loggly.md
rename t/lib/{mock_dogstatsd.lua => mock_layer4.lua} (52%)
create mode 100644 t/plugin/loggly.t