Skip to content

Commit

Permalink
feat(cmd/influx/write): limit write rate
Browse files Browse the repository at this point in the history
Follow code changes in influxdata/influxdb#19660
  • Loading branch information
sranka authored Oct 5, 2020
1 parent 65d1019 commit ca19c01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/influxdb/v2.0/reference/cli/influx/write/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | | |
Expand Down

0 comments on commit ca19c01

Please sign in to comment.