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/29 10:05:13 UTC

[skywalking-satellite] branch telemetry updated (3b56b35 -> 0ab5bb9)

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

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


    from 3b56b35  fix prometheus test
     add 0ab5bb9  polish codes

No new revisions were added by this update.

Summary of changes:
 dist/licenses/LICENSE-prometheus-client-golang.txt | 201 ---------------------
 docs/design/module_design.md                       |  22 +--
 docs/test/test.md                                  |  10 +
 internal/pkg/plugin/definition.go                  |   4 +-
 internal/pkg/plugin/plugin_test.go                 |   2 +
 internal/pkg/plugin/registry.go                    |   9 +-
 internal/satellite/config/loader_test.go           |   6 +-
 internal/satellite/telemetry/telemetry.go          |  14 +-
 .../satellite/test/init_dependency.go              |  16 +-
 plugins/queue/mmap/queue_test.go                   |   3 +-
 plugins/queue/mmap/segment_operation.go            |   4 +
 .../prometheus/{Prometheus.go => prometheus.go}    |   0
 .../{Prometheus_test.go => prometheus_test.go}     |   5 +-
 13 files changed, 57 insertions(+), 239 deletions(-)
 delete mode 100644 dist/licenses/LICENSE-prometheus-client-golang.txt
 create mode 100644 docs/test/test.md
 copy plugins/queue/api/error.go => internal/satellite/test/init_dependency.go (75%)
 rename plugins/server/prometheus/{Prometheus.go => prometheus.go} (100%)
 rename plugins/server/prometheus/{Prometheus_test.go => prometheus_test.go} (91%)