Getting Started
TsdbClient is the client that interacts with the TSDB service, and TSDB operations of the TSDB Java SDK are all done through TsdbClient. Users can refer to creating TsdbClient to complete the operation of initializing the client.
Build data points, including Metric, Tag, and Value, and write the data points to TSDB.
Get the list of Metric and Tag, filter, group and screen the current data.
-
Other options:
-
Generate the pre-signed URL of the query data point
Pre-signed URLs can be used to query data points on front-end pages. The front-end requests the server to generate a pre-signed URL and return it to the front-end, which uses the URL to initiate ajax requests to query data points.
-
gzip compression of the written data points
Gzip compression is enabled by default for writing data points. If you do not need to use it, you can disable gzip compression.
-