1. 请参考上一篇文章创建基础工程
2. 架构分析
Dapr sidecar 公开指标收集终结点,Prometheus等收集器可通过此端点抓取指标。
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