From 99792dd72bf5033ae12b604a435b18259d9602bf Mon Sep 17 00:00:00 2001 From: Josh Powers Date: Fri, 26 Apr 2024 08:09:25 -0600 Subject: [PATCH] run make docs --- plugins/outputs/influxdb/README.md | 6 ++++++ plugins/outputs/influxdb_v2/README.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/plugins/outputs/influxdb/README.md b/plugins/outputs/influxdb/README.md index 10ebde2646e38..3ff847d60c29d 100644 --- a/plugins/outputs/influxdb/README.md +++ b/plugins/outputs/influxdb/README.md @@ -101,6 +101,12 @@ to use them. ## integer values. Enabling this option will result in field type errors if ## existing data has been written. # influx_uint_support = false + + ## When true, Telegraf will omit the timestamp on data to allow InfluxDB + ## to set the timestamp of the data during ingestion. This is generally NOT + ## what you want as it can lead to data points captured at different times + ## getting omitted due to similar data. + # influx_omit_timestamp = false ``` To send every metrics into multiple influxdb, diff --git a/plugins/outputs/influxdb_v2/README.md b/plugins/outputs/influxdb_v2/README.md index fee1200afbe46..f90c278dd208c 100644 --- a/plugins/outputs/influxdb_v2/README.md +++ b/plugins/outputs/influxdb_v2/README.md @@ -67,6 +67,12 @@ to use them. ## Enable or disable uint support for writing uints influxdb 2.0. # influx_uint_support = false + ## When true, Telegraf will omit the timestamp on data to allow InfluxDB + ## to set the timestamp of the data during ingestion. This is generally NOT + ## what you want as it can lead to data points captured at different times + ## getting omitted due to similar data. + # influx_omit_timestamp = false + ## HTTP/2 Timeouts ## The following values control the HTTP/2 client's timeouts. These settings ## are generally not required unless a user is seeing issues with client