You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/09-object-types.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1685,11 +1685,11 @@ Configuration Attributes:
1685
1685
flush\_threshold | Number | **Optional.** How many data points to buffer before forcing a transfer to InfluxDB. Defaults to `1024`.
1686
1686
enable\_ha | Boolean | **Optional.** Enable the high availability functionality. Only valid in a [cluster setup](06-distributed-monitoring.md#distributed-monitoring-high-availability-features). Defaults to `false`.
1687
1687
1688
-
Note: If `flush_threshold` is set too low, this will always force the feature to flush all data
1689
-
to InfluxDB. Experiment with the setting, if you are processing more than 1024 metrics per second
1690
-
or similar.
1691
-
1692
-
1688
+
> **Note**
1689
+
>
1690
+
> If `flush_threshold` is set too low, this will always force the feature to flush all data
1691
+
> to InfluxDB. Experiment with the setting, if you are processing more than 1024 metrics per second
0 commit comments