Prepare the first release

2 files changed
tree: 2f1c0c45b484660ca3ce08d648f45561e510df47
  1. .github/
  2. assets/
  3. build/
  4. cmd/
  5. configs/
  6. deployments/
  7. dist/
  8. docs/
  9. examples/
  10. internal/
  11. pkg/
  12. scripts/
  13. test/
  14. .asf.yaml
  15. .dockerignore
  16. .gitignore
  17. .golangci.yml
  18. .licenserc.yaml
  19. CHANGES.md
  20. go.mod
  21. go.sum
  22. LICENSE
  23. Makefile
  24. NOTICE
  25. 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 created in Kubernetes.

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

Exporters

The available exporters are listed here.

Deployments

Go to the /deployments/release directory, modify according to your needs, and run kustomize build | kubectl apply -f -.

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

Build and Test

In order to build and test the exporter before an Apache official release, you need set a Docker registry where you can push the images, do this by export HUB=<your-docker-hub-registry>, and then run make -C build/package/docker push to build and push the Docker images, finally, run make -C deployments/dev deploy to deploy the exporter.

export HUB=<your-docker-hub-registry>
make -C build/package/docker push
make -C deployments/dev deploy

Download

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

Contact Us

License

Apache 2.0 License.