diff --git a/etc/telegraf.conf b/etc/telegraf.conf index e2c913fc8..a43c8033e 100644 --- a/etc/telegraf.conf +++ b/etc/telegraf.conf @@ -357,6 +357,12 @@ # ## Creates tables and relevant mapping if set to true(default). # ## Skips table and mapping creation if set to false, this is useful for running Telegraf with the lowest possible permissions i.e. table ingestor role. # # create_tables = true +# +# ## Ingestion method to use. +# ## Available options are +# ## - managed -- streaming ingestion with fallback to batched ingestion or the "queued" method below +# ## - queued -- queue up metrics data and process sequentially +# # ingestion_type = "queued" # # Send aggregate metrics to Azure Monitor @@ -6415,7 +6421,7 @@ # ## identifier - OPC UA ID (tag as shown in opcua browser) # ## tags - extra tags to be added to the output metric (optional) # ## Example: -# ## {name="ProductUri", namespace="0", identifier_type="i", identifier="2262", tags=[["tag1","value1"],["tag2","value2]]} +# ## {name="ProductUri", namespace="0", identifier_type="i", identifier="2262", tags=[["tag1","value1"],["tag2","value2"]]} # # nodes = [ # # {name="", namespace="", identifier_type="", identifier=""}, # # {name="", namespace="", identifier_type="", identifier=""}, diff --git a/etc/telegraf_windows.conf b/etc/telegraf_windows.conf index c2eb2e072..d2e624df6 100644 --- a/etc/telegraf_windows.conf +++ b/etc/telegraf_windows.conf @@ -357,6 +357,12 @@ # ## Creates tables and relevant mapping if set to true(default). # ## Skips table and mapping creation if set to false, this is useful for running Telegraf with the lowest possible permissions i.e. table ingestor role. # # create_tables = true +# +# ## Ingestion method to use. +# ## Available options are +# ## - managed -- streaming ingestion with fallback to batched ingestion or the "queued" method below +# ## - queued -- queue up metrics data and process sequentially +# # ingestion_type = "queued" # # Send aggregate metrics to Azure Monitor @@ -6235,7 +6241,7 @@ # ## identifier - OPC UA ID (tag as shown in opcua browser) # ## tags - extra tags to be added to the output metric (optional) # ## Example: -# ## {name="ProductUri", namespace="0", identifier_type="i", identifier="2262", tags=[["tag1","value1"],["tag2","value2]]} +# ## {name="ProductUri", namespace="0", identifier_type="i", identifier="2262", tags=[["tag1","value1"],["tag2","value2"]]} # # nodes = [ # # {name="", namespace="", identifier_type="", identifier=""}, # # {name="", namespace="", identifier_type="", identifier=""},