Merge pull request #6 from CalvinKirs/patch-1

tree: 94ad0b424db9c6eb17f7e29c92bda1a38bb5d3cc
  1. .github/
  2. assets/
  3. build/
  4. cmd/
  5. configs/
  6. deployments/
  7. internal/
  8. pkg/
  9. scripts/
  10. .asf.yaml
  11. .dockerignore
  12. .gitignore
  13. .golangci.yml
  14. .licenserc.yaml
  15. go.mod
  16. go.sum
  17. LICENSE
  18. Makefile
  19. NOTICE
  20. 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.

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.