lauzoo / utterances

blog comment for https://liqiang.io
0 stars 0 forks source link

https://liqiang.io/post/install-and-deploy-prometheus-and-grafana #51

Closed utterances-bot closed 1 year ago

utterances-bot commented 1 year ago

Prometheus 和 Grafana 安装部署

https://liqiang.io/post/install-and-deploy-prometheus-and-grafana

nickfan commented 1 year ago

grafana还有个render服务

promethus还有个http-sd

https://prometheus.io/docs/prometheus/latest/http_sd/

liuliqiang commented 1 year ago

grafana还有个render服务

promethus还有个http-sd

https://prometheus.io/docs/prometheus/latest/http_sd/

cool,这个 http-sd 是我以前没有用过的新特性(又学到了),感谢你的分享,不过看上去还是无法扩展服务对吧?例如文中提到的,我增加了一个新的服务,http-sd 无法用来增加这个服务?(当然,粗暴一点,用 label 来区分服务也是可行)。

另外的这个 grafana 的 render 服务是指啥?没有搜到相关的特性介绍~,方便展开说一下嘛~,感谢。