feat(cmd/influx/write): limit write rate

Follow code changes in https://github.com/influxdata/influxdb/pull/19660
pull/1594/head
Pavel Závora 2020-10-05 19:46:27 +02:00 committed by GitHub
parent 65d10195fa
commit ca19c0158b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ influx write [command]
| `-o` | `--org` | Organization name | string | `INFLUX_ORG` |
| | `--org-id` | Organization ID | string | `INFLUX_ORG_ID` |
| `-p` | `--precision` | Precision of the timestamps (default `ns`) | string | `INFLUX_PRECISION` |
| | `--rate-limit` | Throttle write rate (examples: `5 MB / 5 min` or `1MB/s`). | string | |
| | `--skipHeader` | Skip first *n* rows of input data | integer | |
| | `--skipRowOnError` | Output CSV errors to stderr, but continue processing | | |
| | `--skip-verify` | Skip TLS certificate verification | | |