Daxin Wang
Daxin Wang
`Kindling Topology`也能看到这些调用的调用次数和平均耗时,是为什么无法满足需求?
了解,那这个需求确实只能新建一个dashboard来实现。不过目前其他工作较多,这个需求的优先级只能排在后面了😵
直接在当前dashboard添加可能会有问题,建议新建一个dashboard,然后只使用`kindling_topology_request_total`指标中的`src_workload`作为筛选条件
如果解决了问题,欢迎提个PR
目前已知指标`kindling_trace_request_duration_nanoseconds`的cardinality较高,该指标数量会持续增加导致探针内存持续升高。我们正在尝试降低指标持续堆积对内存的影响。 在该优化实现前,可以先通过将配置`exporters.otelexporter.adapter_config.need_trace_as_metric`修改为`false`关闭该指标,这样可以显著减缓内存上升的速度。
Could you enable the debug level logs of `tcpconnectanalyzer`? There should be some TCP connection events. It would be helpful If you could attach these events here.
Could you please also provide an example of the configuration for selecting specified pods? It seems like you are using a set of "pod's labels" to match the "DataGroup's labels"...
Sorry for the late reply. I guess the intention of this PR is to filter the `DataGroups` that match the labels given in the configuration file. A better implementation is...
Thank you for your reminder. We will check all the licenses of the codes we depend on and use them according to the specifications. For the Apache 2.0 license, we...
感谢反馈,因为没有重新构建过pipeline,所以这个问题被掩盖了。这个问题会在一周内修复掉。