influxdb-client 3.2.0.pre.7906 → 3.2.0.pre.8045

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 764bbc7178d31aee3b5094c0d1c109f133360d527e09a78f978d945c258c26c1
4
- data.tar.gz: cf9aa3028f7c676350f127d7e1b70fb23fb8b66e2599e1ef0a10515018a14eff
3
+ metadata.gz: b9a7ac5dd1a2ed22b8820248c68c14b2c5726a68f764f69eb1089c43601e5a6c
4
+ data.tar.gz: 2312906c7aa66f553b01ec05691693ca1c0e084ed85f9f1da217d4aed3055321
5
5
  SHA512:
6
- metadata.gz: ca999326c9ad0f38e8866141a4fb92b10b85c44ad97cdb281e78b918c69f4a7c913ae326357d4998f2df0425b1b755f4243539cda0258c217ffdb991cd88b92d
7
- data.tar.gz: 3d0d1e438bfe86fdb3172f362a7ae3e631759d6564b4a5af82babdb53675a273a25150787570d78effe3cc8ff74ae4ed913da01d6112a5d2faa578e35169d967
6
+ metadata.gz: 445cee4538c0f41bc85899eae336d0e6c29f089168b50ff196a1487985eb903f8a02947ec26a8a7e914d992d73fea24693311601b8ac9b3563f62bfcfa430bb2
7
+ data.tar.gz: 6dfea2deea823520c0745fa4213ceb3995301bdc5033c5a70e98a115d18ac57d5b3f81f4e1b971087731403218a9e5aadb84b44dd94a2985e8eea0f742cb00c6
data/README.md CHANGED
@@ -214,7 +214,7 @@ The writes are processed in batches which are configurable by `WriteOptions`:
214
214
 
215
215
  | Property | Description | Default Value |
216
216
  |--------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
217
- | batchSize | the number of data point to collect in batch | 1_000 |
217
+ | batch_size | the number of data point to collect in batch | 1_000 |
218
218
  | flush_interval | the number of milliseconds before the batch is written | 1_000 |
219
219
  | retry_interval | the number of milliseconds to retry unsuccessful write. The retry interval is used when the InfluxDB server does not specify "Retry-After" header. | 5_000 |
220
220
  | jitter_interval | the number of milliseconds to increase the batch flush interval by a random amount | 0 |
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: influxdb-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0.pre.7906
4
+ version: 3.2.0.pre.8045
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jakub Bednar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-01 00:00:00.000000000 Z
11
+ date: 2024-04-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler