Procházet zdrojové kódy

Added docs on how to change prometheus export path

Roy Nard před 1 rokem
rodič
revize
39a024a213
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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>
 ```