腾讯云监控Exportv2发布 #7
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[feat]
-新增产品纬度的所有指标,所有实例导出, 只需3行就完成配置 //自动拉取产品支持的所有指标, 自动拉取region下的所有实例
-新增last统计类型, 获取最新的值
-新增MetricNameType类型,可以控制导出的指标名称格式化方式
-根据指标的元信息自动获取metric的合法Period
-mongo产品只需提供一个实例id,自动生成导出副本集、节点的所有指标
[refactor]
-重新按instance、metric、label、sample、series、collector、handler、repository、cache等纬度抽象, 增加扩展性
[perf]
-批量请求云监控指标
-使用rate.Limiter进行全局限速
[fix]
-指标导出指标名不合理 CPUUseRate -> c_p_u_use_rate, 建议使用MetricNameType=2,转成全小写 cpuuserate
-每个产品的handler过滤掉元数据有定义,但实际采集不到数据的指标