categraf exec上报数据,graph rate[1m]有断点? #1317
Unanswered
wushengwusheng
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
前端版本:5.13.0
后端版本:v5.13.0-445d03e0969fa519aa5ceb0ecc2b46e6231db05f
categraf: v0.2.14
使用categraf exec模块,30s定时执行脚本上传数据
categraf exec.toml
# collect interval
interval = 1
[[instances]]
# commands, support glob
commands = [
"/usr/local/n9e/scripts/30_*.py"
]
# timeout for each command to complete
timeout = 120
# interval = global.interval * interval_times
interval_times = 30
# mesurement,labelkey1=labelval1,labelkey2=labelval2 field1=1.2,field2=2.3
data_format = "falcon"
Beta Was this translation helpful? Give feedback.
All reactions