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
- Host: GitHub
- URL: https://github.com/kckecheng/goflow_exporter
- Owner: kckecheng
- License: apache-2.0
- Created: 2020-03-18T13:45:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-20T06:37:52.000Z (over 6 years ago)
- Last Synced: 2024-06-20T05:28:51.855Z (about 2 years ago)
- Topics: exporter, monitoring, prometheus, sflow
- Language: Go
- Homepage:
- Size: 24.4 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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