prometheus.config 247 B

12345678
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3. <appSettings>
  4. <add key="type" value="prometheus" />
  5. <add key="prometheus_port" value="4446"/>
  6. <add key="prometheus_host" value="127.0.0.1"/>
  7. </appSettings>
  8. </configuration>