0

有人可以解释一下这每一个是什么意思吗?我在谷歌上尝试了很多搜索,但无法找到它。这些值填充在我的 helmfile 中,在 configmap 中进行了空运行,但我需要知道它们是什么。

我有兴趣了解这些中的每一个,它们意味着什么?

buffer_chunk_limit 4096K
buffer_queue_limit 512
flush_interval 5s
max_retry_wait 30
disable_retry_limit
num_threads 4
helmfile --file=helmfile.yaml --selector name=fluentd-team sync --args "--debug --namespace=monitor --dry-run"
<match **>
      @type gelf
      host graylog-ingestion.monitor.company.com
      port 122
      protocol tcp
      tls true
      buffer_chunk_limit 4096K
      buffer_queue_limit 512
      flush_interval 5s
      max_retry_wait 30
      disable_retry_limit
      num_threads 4
</match>
4

1 回答 1

1

这些是流利的缓冲输出参数

于 2020-07-24T08:38:25.187 回答