Component that connects your infrastructure to the Antimetal platform.
📚 View the complete documentation in our Wiki
The wiki contains comprehensive guides for:
- Architecture and system design
- Installation and configuration
- Performance collectors reference
- Hardware discovery features
- Testing and development guides
If you want to contribute, refer to our DEVELOPING docs.
The /docs
directory contains quick references for developers:
- DEVELOPING.md - Development setup and workflow
- performance-collectors.md - Collector implementation guide
- ebpf-development.md - eBPF program development
- COMMIT_MESSAGE_GUIDELINES.md - Commit conventions
The helm chart for the Antimetal Agent is published in the antimetal/helm-charts repo.
We publish Docker images for each new release on DockerHub. We build linux/amd64 and linux/arm64 images.
For questions and support feel free to post a GitHub Issue. For commercial support, contact us at [email protected].
This project uses split licensing:
- Userspace components (
/cmd
,/internal
,/pkg
): PolyForm Shield - eBPF programs (
/ebpf
): GPL-2.0-only
The eBPF programs must be GPL-licensed due to their use of GPL-only kernel helper functions. This is a standard practice in the industry for projects that include both userspace and eBPF code.
If you are an end user, broadly you can do whatever you want with the userspace code under PolyForm Shield. See the License FAQ for more information about PolyForm licensing.