OpenTSDB
Telnet
注意
当前,GreptimeDB 还不支持 TCP 协议的 OpenTSDB 鉴权。如果你的 GreptimeDB 配置了鉴权,请使用 HTTP API。
GreptimeDB 默认监听 4242
端口来接收 telnet
协议发来的数据。打开终端,输入 telnet 127.0.0.1 4242
连接到本地的 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.
~ %