https://github.com/staticmukesh/opentsdb-proxy
TCP proxy for opentsdb servers
https://github.com/staticmukesh/opentsdb-proxy
Last synced: 15 days ago
JSON representation
TCP proxy for opentsdb servers
- Host: GitHub
- URL: https://github.com/staticmukesh/opentsdb-proxy
- Owner: staticmukesh
- License: mit
- Created: 2016-11-27T15:28:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-16T14:05:22.000Z (over 9 years ago)
- Last Synced: 2025-12-18T08:57:38.988Z (6 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# opentsdb-proxy
TCP proxy for opentsdb servers
### Usages
You can pass config file using `-conf` parameter to the proxy. Currently following fields are supported.
`Host = ":8080"`
`Servers = ["localhost:4242","localhost:4241"] `
To run the project, use the following steps
`
go build
`
`./opentsdb-proxy -conf=opentsdb.conf
`
### Features
- [x] Multiple Opentsdb support
- [ ] Limit number of connection
- [ ] Junk filter for rpcs
- [ ] Configurable number of tsdb connections
- [ ] Support for http requests
- [ ] Heart beat for Opentsdbs