Aylei
Aylei
> * You might want to complement the above-suggested feature with freeze, at some point we stop creating the new machines. Good call! I've considered something similar and it is...
> Out of curiosity: what is important on that local volume data? I ask as pods managing state typically do this on PVCs. I mean your pod can be evicted...
cc @lni @zhangxu19830126
已知问题, 云监控 API 的响应中偶尔会缺失部分实例的数据(通常发生在整点) workaround: - 将 Prometheus 中的 scrape_interval 从 60s 调整到 30s - 将 Grafana 图表的 null 处理调整为 "connected"
启动多个 aliyun-exporter 实例
可以用端口区分, k8s 或 docker-compose 也可以直接起多个不同的 aliyun-exporter 服务
不是, 仅仅是多定义几个 aliyun-exporter, 比如 aliyun-exporter1, aliyun-exporter2 可以参考 tidb-compose 的例子: https://github.com/pingcap/tidb-docker-compose/blob/master/docker-compose.yml
参考 README 中的 Metrics Meta 一节: ## Metrics Meta `aliyun-exporter` shipped with a simple site hosting the metrics meta from the CloudMonitor API. You can visit the metric meta in...
全都支持, 可以启动 exporter 后访问 localhost:9525 查看
> info_metrics: > > * ecs > * rds > * redis > 这些值是代码里面自己定义的吗 info_metrics 是需要额外写代码支持的(主要是因为所有资源的 info 信息接口都是单独的, 而且请求格式和响应格式都有区别, 需要针对性编码), 而这部分不属于云监控的 API, 同理, SLB 也是没有 info_metrics 支持的, 欢迎 PR