Skip to content

Commit

Permalink
Merge pull request google#1594 from matcornic/patch-1
Browse files Browse the repository at this point in the history
chore: add storage_driver_buffer_duration in Influxdb storage docs
  • Loading branch information
dashpole committed Sep 11, 2020
2 parents 67253bd + 546aedf commit f17af50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/storage/influxdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Specify what InfluxDB instance to push data to:
-storage_driver_password
# Use secure connection with database. False by default
-storage_driver_secure
# Writes will be buffered for this duration, and committed to the non memory backends as a single transaction. Default is '60s'
-storage_driver_buffer_duration
# retention policy. Default is '' which corresponds to the default retention policy of the influxdb database
-storage_driver_influxdb_retention_policy
```
Expand Down

0 comments on commit f17af50

Please sign in to comment.