Dapr+Net6 服务调用09:集群指标收集-普罗米修斯

1. 请参考上一篇文章创建基础工程

Dapr+Net6 服务调用04:集群负载均衡(k8s)

Dapr+Net6 服务调用09:集群指标收集-普罗米修斯

2. 架构分析

Dapr sidecar 公开指标收集终结点,Prometheus等收集器可通过此端点抓取指标。

Dapr+Net6 服务调用09:集群指标收集-普罗米修斯

3. 创建用于monitor的命名空间

kubectl create namespace dapr-monitoring

4. 安装普罗米修斯到集群

helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo update
helm install dapr-prom prometheus-community/prometheus -n dapr-monitoring

5. 验证安装结果

kubectl get pods -n dapr-monitoring

Dapr+Net6 服务调用09:集群指标收集-普罗米修斯

上一篇:Linux(CentOS7)yum安装/卸载MySql数据库(V5.7)详细操作图解&常见问题


下一篇:mysql-installer-community-8.0.12.0的安装