实践:在orderer节点的docker-compose-XX.yaml配置文件中设置,RESTful API 的地址和端口
1 | # Prometheus |
通过浏览器访问,192.168.5.10:8088/healthz
或者通过curl获取,curl http://orderer.example.com:8088/healthz
Prometheus与StatsD监控参考:
实践:在orderer节点的docker-compose-XX.yaml配置文件中设置,RESTful API 的地址和端口
1 | # Prometheus |
通过浏览器访问,192.168.5.10:8088/healthz
或者通过curl获取,curl http://orderer.example.com:8088/healthz
Prometheus与StatsD监控参考:
评论