其他分享
首页 > 其他分享> > Prometheus基于consul的服务发现

Prometheus基于consul的服务发现

作者:互联网

Prometheus添加被监控端支持两种方式:

•静态配置:手动配置

•服务发现:动态发现需要监控的Target实例

支持服务发现的来源:

•consul_sd_configs

•openstack_sd_configs

•file_sd_configs

•kubernetes_sd_configs

基于consul的架构图:

 

Docker部署Consul:

docker run --name consul -d -p 8500:8500 consul

 

标签:8500,基于,发现,consul,Prometheus,configs,sd
来源: https://www.cnblogs.com/jamespeng/p/14723263.html