doc: add docs and default config and sample deployment manifest (#4)

4 files changed
tree: cb2e4886220b8e9d026279a2c6eb15b736cab88f
  1. .github/
  2. assets/
  3. cmd/
  4. configs/
  5. deployments/
  6. internal/
  7. pkg/
  8. .asf.yaml
  9. .gitignore
  10. .golangci.yml
  11. .licenserc.yaml
  12. go.mod
  13. go.sum
  14. LICENSE
  15. Makefile
  16. NOTICE
  17. README.md
README.md

SkyWalking Kubernetes Event Exporter

GitHub stars Twitter Follow

Check

SkyWalking Kubernetes Event Exporter is able to watch, filter, and send Kubernetes events into Apache SkyWalking backend, afterwards, SkyWalking associates the events with the system metrics and thus gives you an overview about how the metrics are effected by the events.

Configurations

Configurations are in YAML format, or config map if running inside Kubernetes, otherwise, the default configuration file will be used if there is neither -c option specified in the command line interface nor config map is created in Kubernetes.

All available configuration items and their documentations can be found in the default configuration file.

Deployments

Go to the /deployments directory, modify according to your needs, and kubectl apply -f skywalking-kubernetes-event-exporter.yaml.

You can also simply run skywalking-kubernetes-event-exporter start in command line interface to run this exporter from outside of Kubernetes.

Download

Go to the download page to download all available binaries, including macOS, Linux, Windows.

Contact Us

License

Apache 2.0 License.