Skip to content

sumitd2/collector

 
 

Repository files navigation

Stackrox Collector

GitHub branch checks state GitHub GitHub tag (latest SemVer)

Welcome to the Stackrox Collector project documentation. Here you can learn more about idea behind the project, how to start guidelines, design overview and detailed references.

Collector is a component of Stackrox responsible for gathering runtime data. In a few words it is an agent that runs on every node under strict performance limitations and gathers the data via kernel modules or eBPF probes (the default collection mode nowadays). To implement eBPF probes and collect data, the project leverages the Falco libraries via a custom fork.

Useful links

Here are few links to get more details:

  1. How to start: If you want to contribute to the project, this is the best place to start. This section covers building and troubleshooting the project from scratch.

  2. Design overview: When your goal is to better understand how Collector works, and it's place in the grand scheme of things, you may want to look here.

  3. Roadmap: Our plans and directions for future development.

  4. Release Process: Having troubles with the release? Here we have a few tips for you.

  5. References: Contains a comprehensive list of configuration options for the project.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 52.6%
  • Shell 14.0%
  • HTML 13.8%
  • Dockerfile 7.0%
  • Python 5.3%
  • Go 3.9%
  • Other 3.4%