Переглянути джерело

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>
 ```