Wen Hu
Wen Hu
我将并发数调到20 ,但是发现同一个请求被重复爬取,且大多数请求未被处理  
At present, when we use servicemonitor, we must set an empty job as a placeholder for config replace eg: ```yaml receivers: prometheus: config: scrape_configs: - job_name: serviceMonitor/vke-system/harbor-server/0 ``` servicemonitor is...
If the allocator is currently available for production, what gaps are there? For example: 1. How to ensure its own HA? Whether a leader election is required ? 2. How...
When we use the target discovery of prometheus, we can only get the outermost metadata Labels, and lose the metadata Labels of the Targ-level   Expect to be able...
When this log appears, there will be a problem of assigning the target to the old collector `Collector pod watch event stopped no event` 
`getAction(id) ` the api is not work 
schema和entity是不是有点重复了,转来转去感觉有点复杂了。
是否支持svg
echarts4支持在初始化的时候 var chart = echarts.init(containerDom, null, {renderer: 'svg'}); 传入renderer属性可以调用svg的渲染器,请问ngx-echarts是否有相应的接口?
1、Fix urfave cli dependency 2、Init go mod
# 背景 希望 Kitex 能够原生支持 xDS 协议 ,让 Kitex 服务能够以 Proxyless 的模式被服务网格统一纳管,从而丰富网格数据面部署架构形态,让用户可以在不同场景下有更多更适合特定场景的部署形态选择 # 目标 - 完成 Kitex 对接 xDS 之后整体架构形态设计 - 完成 Kitex 框架治理能力如何适配 xDS 模型的概要设计 # 设计介绍 ## 整体架构...