Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,10 @@
| [3.23](https://github.com/stackrox/collector/tree/release-3.23) | [![3.23 upstream](https://github.com/stackrox/collector/actions/workflows/main.yml/badge.svg?branch=release-3.23&event=push)](https://github.com/stackrox/collector/actions/workflows/main.yml?query=event%3Apush+branch%3Arelease-3.23++) | [![3.23 downstream](https://github.com/stackrox/collector/actions/workflows/konflux.yml/badge.svg?branch=release-3.23&event=push)](https://github.com/stackrox/collector/actions/workflows/konflux.yml?query=event%3Apush+branch%3Arelease-3.23++) | [⬆️4.9](https://github.com/stackrox/stackrox/tree/release-4.9) |
| [3.22](https://github.com/stackrox/collector/tree/release-3.22) | [![3.22 upstream](https://github.com/stackrox/collector/actions/workflows/main.yml/badge.svg?branch=release-3.22&event=push)](https://github.com/stackrox/collector/actions/workflows/main.yml?query=event%3Apush+branch%3Arelease-3.22++) | [![3.22 downstream](https://github.com/stackrox/collector/actions/workflows/konflux.yml/badge.svg?branch=release-3.22&event=push)](https://github.com/stackrox/collector/actions/workflows/konflux.yml?query=event%3Apush+branch%3Arelease-3.22++) | [⬆️4.8](https://github.com/stackrox/stackrox/tree/release-4.8) |

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
limitations and gathers the data via eBPF probes. To implement eBPF probes and
collect data, the project leverages the Falco libraries via a custom
[fork](https://github.com/stackrox/falcosecurity-libs).

## Useful links
Expand Down
Loading