OpenTSDB
Telnet
NOTE
At the moment, authentication of OpenTSDB protocol over TCP is not yet supported. If there is a authentication with GreptimeDB, please use HTTP endpoints.
The GreptimeDB is listening on port 4242
by default to receive metrics via telnet
. You can open your favorite terminal and type telnet 127.0.0.1 4242
to connect to GreptimeDB.
~ % telnet 127.0.0.1 4242
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
put sys.cpu.system 1667892080 3 host=web01 dc=hz
quit
Connection closed by foreign host.
~ %
HTTP API
GreptimeDB also supports OpenTSDB through HTTP API. For information on how to set up authentication, please refer to HTTP API.
Write data
Please refer to write data.
当前内容版权归 GreptimeDB 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 GreptimeDB .