diff --git a/etc/telegraf.conf b/etc/telegraf.conf index 8b5fe63d1..2b09df662 100644 --- a/etc/telegraf.conf +++ b/etc/telegraf.conf @@ -3881,9 +3881,13 @@ # ## as well as ** to match recursive files and directories. # files = ["/tmp/metrics.out"] # +# # ## Name a tag containing the name of the file the data was parsed from. Leave empty -# ## to disable. +# ## to disable. Cautious when file name variation is high, this can increase the cardinality +# ## significantly. Read more about cardinality here: +# ## https://docs.influxdata.com/influxdb/cloud/reference/glossary/#series-cardinality # # file_tag = "" +# # # # ## Character encoding to use when interpreting the file contents. Invalid # ## characters are replaced using the unicode replacement character. When set @@ -7098,6 +7102,12 @@ # ## Lowering this value will result in *slightly* less memory use, with a potential sacrifice in speed efficiency, if absolutely necessary. # # file_queue_size = 100000 # # +# ## Name a tag containing the name of the file the data was parsed from. Leave empty +# ## to disable. Cautious when file name variation is high, this can increase the cardinality +# ## significantly. Read more about cardinality here: +# ## https://docs.influxdata.com/influxdb/cloud/reference/glossary/#series-cardinality +# # file_tag = "" +# # # ## The dataformat to be read from the files. # ## Each data format has its own unique set of configuration options, read # ## more about them here: @@ -7500,6 +7510,10 @@ # ## Mandatory if cores aren't set and forbidden if cores are specified. # ## e.g. ["qemu", "pmd"] # # processes = ["process"] +# +# ## Specify if the pqos process should be called with sudo. +# ## Mandatory if the telegraf process does not run as root. +# # use_sudo = false # # Read JTI OpenConfig Telemetry from listed sensors diff --git a/etc/telegraf_windows.conf b/etc/telegraf_windows.conf index ee67219c3..01091328e 100644 --- a/etc/telegraf_windows.conf +++ b/etc/telegraf_windows.conf @@ -3815,9 +3815,13 @@ # ## as well as ** to match recursive files and directories. # files = ["/tmp/metrics.out"] # +# # ## Name a tag containing the name of the file the data was parsed from. Leave empty -# ## to disable. +# ## to disable. Cautious when file name variation is high, this can increase the cardinality +# ## significantly. Read more about cardinality here: +# ## https://docs.influxdata.com/influxdb/cloud/reference/glossary/#series-cardinality # # file_tag = "" +# # # # ## Character encoding to use when interpreting the file contents. Invalid # ## characters are replaced using the unicode replacement character. When set @@ -7080,6 +7084,12 @@ # ## Lowering this value will result in *slightly* less memory use, with a potential sacrifice in speed efficiency, if absolutely necessary. # # file_queue_size = 100000 # # +# ## Name a tag containing the name of the file the data was parsed from. Leave empty +# ## to disable. Cautious when file name variation is high, this can increase the cardinality +# ## significantly. Read more about cardinality here: +# ## https://docs.influxdata.com/influxdb/cloud/reference/glossary/#series-cardinality +# # file_tag = "" +# # # ## The dataformat to be read from the files. # ## Each data format has its own unique set of configuration options, read # ## more about them here: