InfluxDB Line Protocol
Ingest data
For how to ingest data to GreptimeDB using InfluxDB Line Protocol, please refer to the Ingest Data document.
PING
Additionally, GreptimeDB also provides support for the ping
and health
APIs of InfluxDB.
Use curl
to request ping
API.
curl -i "127.0.0.1:4000/v1/influxdb/ping"
HTTP/1.1 204 No Content
date: Wed, 22 Feb 2023 02:29:44 GMT
Use curl
to request health
API.
curl -i "127.0.0.1:4000/v1/influxdb/health"
HTTP/1.1 200 OK
content-length: 0
date: Wed, 22 Feb 2023 02:30:46 GMT
当前内容版权归 GreptimeDB 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 GreptimeDB .