gpt4 book ai didi

influxdb - 如何调试 Telegraf?

转载 作者:行者123 更新时间:2023-12-03 23:46:54 28 4
gpt4 key购买 nike

我正在尝试让电报与 influxdb 一起工作,但我刚刚碰壁了。我在我的 Telegraf 配置文件中添加了以下块:

[[inputs.win_perf_counters.object]]
# Process metrics, in this case for IIS only
ObjectName = "Process"
Instances = ["W3SVC"]
Counters = ["% Processor Time","Handle Count","Private Bytes","Thread Count","Virtual Bytes","Working Set"]
Measurement = "win_proc"

然而,当我搜索我的数据库时,我从来没有看到那个测量值。我知道这个进程正在运行,所以它应该输出一些东西。问题是即使我打开了日志记录,也没有日志文件。事件查看器中也没有任何内容。没有下载源代码并在本地调试器中运行程序,我不知道如何继续。有没有人有任何想法?

最佳答案

[agent]
## Default data collection interval for all inputs
interval = "10s"
## Log at debug level.
debug = true
## Log only error level messages.
quiet = false

## Log target controls the destination for logs and can be one of "file",
## "stderr" or, on Windows, "eventlog". When set to "file", the output file
## is determined by the "logfile" setting.
# logtarget = "file"

## Name of the file to be logged to when using the "file" logtarget. If set to
## the empty string then logs are written to stderr.
# logfile = ""

You can specify debug = true in the agent config to print the debug logs. If you don't specify any log file, the logs will be printed on terminal.

关于influxdb - 如何调试 Telegraf?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62137497/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com