datakit
datakit copied to clipboard
DataKit is collection agent for Guance Cloud
按照README中的操作无法编译,错误如下:
配置文件上说是支持http协议,但没有看到具体的配置,在哪里可以找到配置呢。我的诉求是:otel将链路数据exporter到jaeger(http协议),能否通过这样子exporter到datakit。 
Host Environment: MacBook 12.0.1 (21A559) with Apple M1 Dockerfile: Attached in the thread installation logs: Attached below How to reproduce: 1. replace the token with a valid one in docker...
linux服务器因等保要求,将root用户名改了,导致安全巡检无法安装。 
在host_processes.conf文件中添加了进程白名单,但是没生效,还是会把所有进程数据都采集上来。(Linux服务器试过也是有这个问题)  
Your FOSSA integration was successful! Attached in this PR is a badge and license report to track scan status in your README. Below are docs for integrating FOSSA license checks...
Hello,按照这个文档想接入更多的prometheus数据 https://docs.guance.com/integrations/prom/#prometheus-exporter 配置了两个外部地址  monitor上也看到了响应的input  但是观测云指标集里一直看不到数据上来 用了 `datakit debug --prom-conf prom.conf` 能看到有input,datakit容器没有任何的错误日志,`datakit_filter_point_dropped_total `似乎默认也没有被采集无法查询到   为了防止1000个指标过多,relabel到17个之后还是不行  请问还有别的排障手段吗,datakit跟gateway的网络没问题,其他指标一直都正常写入
kafkamq 提供一种插件机制:将数据([]byte)通过 HTTP 发送到外部handle,经过处理后再通过response返回行协议的json格式数据。实现定制化数据。 增加如下配置:(以最终配置为准) - `http url` string - `message_points` int 一次发送的消息点数 - `debug` bool 值, 当开启debug功能, `message_points` 则无效,如果开启debug模式,则将原始byte数据发送,不再进行消息合并。 - `threads` int 多线程工作 - `is_response_point` 是否将行协议数据发送回来 - `pipeline` 脚本...