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

https://github.com/kckecheng/goflow_exporter

GoFlow Prometheus Exporter
https://github.com/kckecheng/goflow_exporter

exporter monitoring prometheus sflow

Last synced: 6 months ago
JSON representation

GoFlow Prometheus Exporter

Awesome Lists containing this project

README

          

GoFlow Exporter
================

This application exports sFlow messages collected by `GoFlow `_ to Prometheus.

How to use
-----------

1. Create a configuration file in JSON as below:

::

{
"brokers": [
"127.0.0.1:9092"
],
"topic": "flow-messages",
"timeout": 10,
"exporter_port": 30060
}

#. Kick started the application:

::

# export DEBUG=true
./goflow_exporter -c config.json