Skip to content

kaminek/natasha_exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Natasha Exporter

A Prometheus exporter for Natasha that collects metrics

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

Install

You can download prebuilt binaries from our GitHub releases. Or build it yourself using

make install

Development

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

Authors

License

Apache-2.0

Copyright

Copyright (c) 2019 Amine KHERBOUCHE <akherbouche@scaleway.com>

About

Prometheus exporter for Natasha

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published