Skip to content
New issue

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

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

Merged
merged 1 commit into from
Oct 5, 2020
Merged

Conversation

sranka
Copy link
Contributor

@sranka sranka commented Oct 5, 2020

Follows code changes in influxdata/influxdb#19660

Describe your proposed changes here.

@pierwill pierwill self-requested a review October 5, 2020 17:59
@@ -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 | |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like there is a bit of an interesting syntax here. In the future we might want to describe the syntax in detail and provide further examples.

@pierwill
Copy link
Contributor

pierwill commented Oct 5, 2020

Thanks, @sranka!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants