OpenTSDB
GreptimeDB accepts OpenTSDB metrics over HTTP, using the request and response format of OpenTSDB's /api/put.
- Endpoint:
POST /v1/opentsdb/api/put - Body: a single metric object or an array of them, with
metric,timestamp,value, andtags
Writes only. There is no OpenTSDB-compatible query endpoint; query with SQL or PromQL.
Request examples are in Ingest Data with OpenTSDB.