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