datakit icon indicating copy to clipboard operation
datakit copied to clipboard

DataKit is collection agent for Guance Cloud

Results 22 datakit issues
Sort by recently updated
recently updated
newest added

按照README中的操作无法编译,错误如下:

配置文件上说是支持http协议,但没有看到具体的配置,在哪里可以找到配置呢。我的诉求是:otel将链路数据exporter到jaeger(http协议),能否通过这样子exporter到datakit。 ![image](https://user-images.githubusercontent.com/17264378/148023056-b4ed680d-440a-422f-ac08-0a9700f11734.png)

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用户名改了,导致安全巡检无法安装。 ![1](https://user-images.githubusercontent.com/90943783/196084273-7312dc09-7cce-44e2-b99a-8490cd0657a9.png)

在host_processes.conf文件中添加了进程白名单,但是没生效,还是会把所有进程数据都采集上来。(Linux服务器试过也是有这个问题) ![微信截图_20221013202547](https://user-images.githubusercontent.com/90943783/195770554-346ddbf6-dfdf-4485-80b9-42ea9a591122.png) ![10](https://user-images.githubusercontent.com/90943783/195770553-3aadba5a-b6b6-4cd8-886b-4498e35584df.png)

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 配置了两个外部地址 ![image](https://github.com/GuanceCloud/datakit/assets/37686410/e71e2920-7f8b-454a-860a-cda44b40e3a5) monitor上也看到了响应的input ![image](https://github.com/GuanceCloud/datakit/assets/37686410/505d5a0c-f5d6-4660-a513-5db461289768) 但是观测云指标集里一直看不到数据上来 用了 `datakit debug --prom-conf prom.conf` 能看到有input,datakit容器没有任何的错误日志,`datakit_filter_point_dropped_total `似乎默认也没有被采集无法查询到 ![image](https://github.com/GuanceCloud/datakit/assets/37686410/6e171760-7101-48b2-be86-0fbcaadd5cd8) ![image](https://github.com/GuanceCloud/datakit/assets/37686410/e67efc86-5b49-47d8-a85e-d6ed526847e6) 为了防止1000个指标过多,relabel到17个之后还是不行 ![image](https://github.com/GuanceCloud/datakit/assets/37686410/e2a43050-07e4-4257-bf78-20dc70cc5538) 请问还有别的排障手段吗,datakit跟gateway的网络没问题,其他指标一直都正常写入

test goreleaser.

size/XXL

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` 脚本...