浏览代码

Added docs on how to change prometheus export path

Roy Nard 1 年之前
父节点
当前提交
39a024a213
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -135,6 +135,7 @@ Configuring the Prometheus exporter will create a server that listens on `promet
          `*` means that it will listen on all interfaces.
          Consider restricting to a given IP address -->
     <add key="prometheus_host" value="*" />
+    <add key="prometheus_path" value="metrics/" /> 
   </appSettings>
 </configuration>
 ```