feat(cmd/influx/write): limit write rate
Follow code changes in https://github.com/influxdata/influxdb/pull/19660pull/1594/head
parent
65d10195fa
commit
ca19c0158b
|
@ -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 | | |
|
||||
|
|
Loading…
Reference in New Issue