You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2022/01/26 03:09:49 UTC

[apisix] branch master updated (14f0889 -> 7617e19)

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 14f0889  fix(proto): avoid sharing state (#6199)
     add 7617e19  feat: add opentelemetry plugin (#6119)

No new revisions were added by this update.

Summary of changes:
 apisix/plugins/opentelemetry.lua        | 347 +++++++++++++++
 conf/config-default.yaml                |  16 +
 docs/en/latest/config.json              |   1 +
 docs/en/latest/plugins/opentelemetry.md | 153 +++++++
 docs/zh/latest/config.json              |   1 +
 docs/zh/latest/plugins/opentelemetry.md | 151 +++++++
 rockspec/apisix-master-0.rockspec       |   1 +
 t/plugin/opentelemetry.t                | 722 ++++++++++++++++++++++++++++++++
 8 files changed, 1392 insertions(+)
 create mode 100644 apisix/plugins/opentelemetry.lua
 create mode 100644 docs/en/latest/plugins/opentelemetry.md
 create mode 100644 docs/zh/latest/plugins/opentelemetry.md
 create mode 100644 t/plugin/opentelemetry.t