We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ingestion with InfluxDB Line Protocol, Analysis with SQL and PromQL.
The text was updated successfully, but these errors were encountered:
It seems we cannot leverage InfluxDB's CLI cause -
... while our endpoint is something like: https://xxx.us-west-2.aws.greptime.cloud/v1/influxdb/api/v2/write. Note the /v1/influxdb/ basepath.
https://xxx.us-west-2.aws.greptime.cloud/v1/influxdb/api/v2/write
/v1/influxdb/
Sorry, something went wrong.
And also this -
InfluxDB CLI always use GZIP compression but GreptimeDB is yet to support that.
Other related issues when developing this demo:
bucket
tisonkun
Successfully merging a pull request may close this issue.
Ingestion with InfluxDB Line Protocol, Analysis with SQL and PromQL.
The text was updated successfully, but these errors were encountered: