@@ -302,17 +302,18 @@ A client can be configured via configuration file. The configuration file has to
302302
303303The following options are supported:
304304
305- | Property name | default | description |
306- | --------------------------| ------------| ------------------------------------------------------------|
307- | influx2.url | - | the url to connect to InfluxDB |
308- | influx2.org | - | default destination organization for writes and queries |
309- | influx2.bucket | - | default destination bucket for writes |
310- | influx2.token | - | the token to use for the authorization |
311- | influx2.logLevel | NONE | rest client verbosity level |
312- | influx2.readTimeout | 10000 ms | read timeout |
313- | influx2.writeTimeout | 10000 ms | write timeout |
314- | influx2.connectTimeout | 10000 ms | socket timeout |
315- | influx2.precision | NS | default precision for unix timestamps in the line protocol |
305+ | Property name | default | description |
306+ | ------------------------| -----------| ------------------------------------------------------------|
307+ | influx2.url | - | the url to connect to InfluxDB |
308+ | influx2.org | - | default destination organization for writes and queries |
309+ | influx2.bucket | - | default destination bucket for writes |
310+ | influx2.token | - | the token to use for the authorization |
311+ | influx2.logLevel | NONE | rest client verbosity level |
312+ | influx2.readTimeout | 10000 ms | read timeout |
313+ | influx2.writeTimeout | 10000 ms | write timeout |
314+ | influx2.connectTimeout | 10000 ms | socket timeout |
315+ | influx2.precision | NS | default precision for unix timestamps in the line protocol |
316+ | influx2.clientType | - | to customize the User-Agent HTTP header |
316317
317318The ` influx2.readTimeout ` , ` influx2.writeTimeout ` and ` influx2.connectTimeout ` supports ` ms ` , ` s ` and ` m ` as unit. Default is milliseconds.
318319
@@ -346,16 +347,17 @@ InfluxDBClientReactive influxDBClient = InfluxDBClientReactiveFactory
346347```
347348The following options are supported:
348349
349- | Property name | default | description |
350- | ------------------| ------------| ------------------------------------------------------------|
351- | org | - | default destination organization for writes and queries |
352- | bucket | - | default destination bucket for writes |
353- | token | - | the token to use for the authorization |
354- | logLevel | NONE | rest client verbosity level |
355- | readTimeout | 10000 ms | read timeout |
356- | writeTimeout | 10000 ms | write timeout |
357- | connectTimeout | 10000 ms | socket timeout |
358- | precision | NS | default precision for unix timestamps in the line protocol |
350+ | Property name | default | description |
351+ | ----------------| ------------| ------------------------------------------------------------|
352+ | org | - | default destination organization for writes and queries |
353+ | bucket | - | default destination bucket for writes |
354+ | token | - | the token to use for the authorization |
355+ | logLevel | NONE | rest client verbosity level |
356+ | readTimeout | 10000 ms | read timeout |
357+ | writeTimeout | 10000 ms | write timeout |
358+ | connectTimeout | 10000 ms | socket timeout |
359+ | precision | NS | default precision for unix timestamps in the line protocol |
360+ | clientType | - | to customize the User-Agent HTTP header |
359361
360362The ` readTimeout ` , ` writeTimeout ` and ` connectTimeout ` supports ` ms ` , ` s ` and ` m ` as unit. Default is milliseconds.
361363
0 commit comments