feat: update etc/telegraf.conf and etc/telegraf_windows.conf (#9876)

This commit is contained in:
telegraf-tiger[bot] 2021-10-21 12:54:34 -06:00 committed by GitHub
parent aa2f1b150e
commit e50b415ffd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 2 deletions

View File

@ -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

View File

@ -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: