monitor_agent 监视器

最后更新于:2022-04-02 03:01:43

[TOC] ## 概述 输入插件通过REST API导出Fluentd的内部指标 ## 实例 ``` @type monitor_agent bind 0.0.0.0 port 24220 ``` 触发 ``` > curl http://host:24220/api/plugins.json > curl http://host:24220/api/plugins ```
';