Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/guicaulada/tcp_importer

Import Prometheus metrics to any TCP socket
https://github.com/guicaulada/tcp_importer

json prometheus tcp

Last synced: about 1 month ago
JSON representation

Import Prometheus metrics to any TCP socket

Awesome Lists containing this project

README

        

# tcp_importer
Send Prometheus metrics to any TCP socket.
The only format currently supported is JSON.
The exporter will send all metric objects in a JSON Array.

## Installation

Prerequisites:

* [Go compiler](https://golang.org/dl/)

Installing:

go get github.com/sighmir/tcp_importer
go install github.com/sighmir/tcp_importer
tcp_importer -c ./config.yml