Skip to main content
Version: 1.2

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, and tags

Writes only. There is no OpenTSDB-compatible query endpoint; query with SQL or PromQL.

Request examples are in Ingest Data with OpenTSDB.