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/01 16:07:48 UTC

[skywalking-satellite] branch plugin-framework updated (274ad7b -> c5ac6ed)

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

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


    from 274ad7b  change logic in Sender
     add c5ac6ed  refactor to remove template codes

No new revisions were added by this update.

Summary of changes:
 internal/pkg/api/collector.go                      |   2 +-
 internal/pkg/api/forwarder.go                      |   2 +-
 internal/pkg/api/plugin.go                         |   4 +-
 internal/pkg/api/queue.go                          |   4 -
 .../event/{struectured_event.go => event.go}       |  76 ++--
 internal/satellite/event/unstruectured_event.go    |  79 ----
 internal/satellite/registry/registry.go            | 210 ++++------
 internal/satellite/registry/registry_test.go       | 451 +++++++++++++++++++++
 8 files changed, 576 insertions(+), 252 deletions(-)
 rename internal/satellite/event/{struectured_event.go => event.go} (51%)
 delete mode 100644 internal/satellite/event/unstruectured_event.go
 create mode 100644 internal/satellite/registry/registry_test.go