mirror of
https://github.com/sprockets/sprockets-influxdb.git
synced 2024-11-14 19:29:29 +00:00
Fix table formatting
This commit is contained in:
parent
b3fd59da9b
commit
26ff5b3363
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ The following table details the environment variable configuration options.
|
|||
+---------------------------------+--------------------------------------------------+---------------+
|
||||
| ``INFLUXDB_MAX_BUFFER_SIZE`` | Limit of measurements in a buffer before new | ``25000`` |
|
||||
| | measurements are discarded. | |
|
||||
+------------------------------+-----------------------------------------------------+---------------+
|
||||
+---------------------------------+--------------------------------------------------+---------------+
|
||||
| ``INFLUXDB_SAMPLE_PROBABILITY`` | A value that is >= 0 and <= 1.0 that specifies | ``1.0`` |
|
||||
| | the probability that a batch will be submitted | |
|
||||
| | to InfluxDB or dropped. | |
|
||||
|
|
Loading…
Reference in a new issue