Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aibor/netfilter_exporter

OpenMetrics exporter for custom netfilter internal metrics
https://github.com/aibor/netfilter_exporter

ebpf go golang linux netfilter openmetrics prometheus-exporter

Last synced: about 1 month ago
JSON representation

OpenMetrics exporter for custom netfilter internal metrics

Awesome Lists containing this project

README

        

# netfilter_exporter

Simple prometheus exporter for netfilter internal metrics gathered using eBPF.

Currently, only IP fragment count metrics are implemented. But, they can easily
be extended with more counters on further kprobes.

## Build

Clang/LLVM is required for building the eBPF object file.

Checkout the repository with submodules:

```
git clone --recurse-submodules https://github.com/aibor/netfilter_exporter
```

Build the binary:

```
make build
```