From 09d17eefe2251dbb3aef32188cbc68b4cf8f3aa4 Mon Sep 17 00:00:00 2001 From: "telegraf-tiger[bot]" <76974415+telegraf-tiger[bot]@users.noreply.github.com> Date: Wed, 5 Jan 2022 08:55:37 -0700 Subject: [PATCH] feat: update etc/telegraf.conf and etc/telegraf_windows.conf (#10381) --- etc/telegraf.conf | 7 +++++++ etc/telegraf_windows.conf | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/etc/telegraf.conf b/etc/telegraf.conf index 4616cca39..fd0f13acc 100644 --- a/etc/telegraf.conf +++ b/etc/telegraf.conf @@ -1818,6 +1818,13 @@ # # init_sql = "" # # ## Metric type to SQL type conversion +# ## The values on the left are the data types Telegraf has and the values on +# ## the right are the data types Telegraf will use when sending to a database. +# ## +# ## The database values used must be data types the destination database +# ## understands. It is up to the user to ensure that the selected data type is +# ## available in the database they are using. Refer to your database +# ## documentation for what data types are available and supported. # #[outputs.sql.convert] # # integer = "INT" # # real = "DOUBLE" diff --git a/etc/telegraf_windows.conf b/etc/telegraf_windows.conf index b7e1084ce..8dddea302 100644 --- a/etc/telegraf_windows.conf +++ b/etc/telegraf_windows.conf @@ -1818,6 +1818,13 @@ # # init_sql = "" # # ## Metric type to SQL type conversion +# ## The values on the left are the data types Telegraf has and the values on +# ## the right are the data types Telegraf will use when sending to a database. +# ## +# ## The database values used must be data types the destination database +# ## understands. It is up to the user to ensure that the selected data type is +# ## available in the database they are using. Refer to your database +# ## documentation for what data types are available and supported. # #[outputs.sql.convert] # # integer = "INT" # # real = "DOUBLE"