You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by li...@apache.org on 2020/12/09 15:25:48 UTC

[skywalking-satellite] branch delete-plugin-framework-examples updated (d1f0647 -> 2563d75)

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

liujiapeng pushed a change to branch delete-plugin-framework-examples
in repository https://gitbox.apache.org/repos/asf/skywalking-satellite.git.


    from d1f0647  remove absent build phase
     add 2563d75  Aggregate registry & fix some comments

No new revisions were added by this update.

Summary of changes:
 docs/design/module_structure.md      | 11 +++++++
 internal/pkg/plugin/definition.go    |  9 ++++++
 internal/pkg/plugin/plugin_test.go   |  2 +-
 internal/pkg/plugin/registry.go      | 46 ++++++++++++---------------
 plugins/README.md                    | 60 ++++++++++++++++++++++++++++++++++++
 plugins/client/api/client.go         |  2 +-
 plugins/collector/api/collector.go   | 19 ++----------
 plugins/fallbacker/api/fallbacker.go |  4 +--
 plugins/filter/api/filter.go         | 14 ++-------
 plugins/forwarder/api/forwarder.go   |  3 +-
 plugins/parser/api/parser.go         |  5 +--
 plugins/queue/api/queue.go           |  6 ++--
 12 files changed, 114 insertions(+), 67 deletions(-)
 create mode 100644 docs/design/module_structure.md
 create mode 100644 plugins/README.md