浏览代码

Update PROMETHEUS.md

Ajay Tripathy 7 年之前
父节点
当前提交
56164a3c60
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      PROMETHEUS.md

+ 1 - 1
PROMETHEUS.md

@@ -13,7 +13,7 @@ After deploying the Kubecost model (see [README](README.md) for more info on ins
   scheme: http
   scheme: http
   static_configs:
   static_configs:
   - targets:
   - targets:
-    - kubecost-cost-analyzer.kubecost:9003
+    - < address of cost-model service> # example: <service-name>.<namespace>:<port>
 ``` 
 ``` 
 
 
 ## Example queries
 ## Example queries