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/13 03:43:41 UTC

[skywalking-satellite] branch delete-plugin-framework-examples updated (cc26c66 -> f29bed4)

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 cc26c66  fix log comments
     add f29bed4  Remove unclear concepts & polish docs

No new revisions were added by this update.

Summary of changes:
 configs/satellite_config.yaml                      |  4 ++--
 docs/design/module_design.md                       | 19 +++++++++--------
 docs/design/module_structure.md                    |  4 ++--
 docs/design/plugin_structure.md                    | 24 ++++++++++------------
 internal/satellite/boot/boot.go                    | 10 ++++-----
 internal/satellite/config/loader_test.go           | 12 +++++------
 internal/satellite/config/satellite_config.go      | 10 ++++-----
 internal/satellite/module/api/module.go            |  2 +-
 internal/satellite/module/gatherer/create.go       |  4 ++--
 .../satellite/module/gatherer/fetcher_gatherer.go  |  6 +++---
 .../satellite/module/gatherer/receiver_gatherer.go | 10 ++++-----
 internal/satellite/module/processor/crate.go       |  2 +-
 internal/satellite/module/processor/processor.go   |  2 +-
 internal/satellite/module/sender/create.go         |  2 +-
 internal/satellite/module/sender/sender.go         | 12 +++++------
 15 files changed, 61 insertions(+), 62 deletions(-)