Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/guicaulada/tcp_importer
- Owner: guicaulada
- License: agpl-3.0
- Created: 2019-05-07T17:47:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-13T16:33:21.000Z (over 5 years ago)
- Last Synced: 2024-12-09T04:33:52.229Z (about 1 month ago)
- Topics: json, prometheus, tcp
- Language: Go
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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