A Prometheus exporter for Natasha that collects metrics
This exporter expose the following Natasha metrics:
- Metrics about DPDK port statistics (stats and xstats)
- Metrics about Natasha application stats.
- Others
For more information about Natasha
You can download prebuilt binaries from our GitHub releases. Or build it yourself using
make install
Make sure you have a working Go environment, for further reference or a guide take a look at the install instructions. This project requires Go >= v1.8.
go get -d github.com/kaminek/natasha_exporter
cd $GOPATH/src/github.com/kaminek/natasha_exporter
# get deps
make dep
# build binary
make
./bin/natasha_exporter -h
Apache-2.0
Copyright (c) 2019 Amine KHERBOUCHE <akherbouche@scaleway.com>