You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/05/13 15:18:18 UTC

[skywalking-kubernetes-event-exporter] branch main updated (0ee3db2 -> c60c8e8)

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

wusheng pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes-event-exporter.git.


    from 0ee3db2  Merge pull request #6 from CalvinKirs/patch-1
     add dfd6050  Add Console exporter, source filter
     new c60c8e8  Merge pull request #7 from apache/enhance

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                                         |   4 +
 assets/default-config.yaml                        |   9 +-
 configs/config.go                                 |  17 ++-
 docs/exporters.md                                 |  14 +++
 assets/default-config.yaml => examples/debug.yaml |  14 +--
 pkg/exporter/console.go                           | 121 ++++++++++++++++++++++
 pkg/exporter/skywalking.go                        |   5 +-
 7 files changed, 168 insertions(+), 16 deletions(-)
 create mode 100644 docs/exporters.md
 copy assets/default-config.yaml => examples/debug.yaml (71%)
 create mode 100644 pkg/exporter/console.go

[skywalking-kubernetes-event-exporter] 01/01: Merge pull request #7 from apache/enhance

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes-event-exporter.git

commit c60c8e8b04dd4414a6f7c1d2d22575fd87317611
Merge: 0ee3db2 dfd6050
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Thu May 13 23:18:13 2021 +0800

    Merge pull request #7 from apache/enhance

 README.md                                         |   4 +
 assets/default-config.yaml                        |   9 +-
 configs/config.go                                 |  17 ++-
 docs/exporters.md                                 |  14 +++
 assets/default-config.yaml => examples/debug.yaml |  14 +--
 pkg/exporter/console.go                           | 121 ++++++++++++++++++++++
 pkg/exporter/skywalking.go                        |   5 +-
 7 files changed, 168 insertions(+), 16 deletions(-)