feat: update etc/telegraf.conf and etc/telegraf_windows.conf (#10381)
This commit is contained in:
parent
7867ef3623
commit
09d17eefe2
|
|
@ -1818,6 +1818,13 @@
|
||||||
# # init_sql = ""
|
# # init_sql = ""
|
||||||
#
|
#
|
||||||
# ## Metric type to SQL type conversion
|
# ## 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]
|
# #[outputs.sql.convert]
|
||||||
# # integer = "INT"
|
# # integer = "INT"
|
||||||
# # real = "DOUBLE"
|
# # real = "DOUBLE"
|
||||||
|
|
|
||||||
|
|
@ -1818,6 +1818,13 @@
|
||||||
# # init_sql = ""
|
# # init_sql = ""
|
||||||
#
|
#
|
||||||
# ## Metric type to SQL type conversion
|
# ## 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]
|
# #[outputs.sql.convert]
|
||||||
# # integer = "INT"
|
# # integer = "INT"
|
||||||
# # real = "DOUBLE"
|
# # real = "DOUBLE"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue