diff --git a/CHANGELOG.md b/CHANGELOG.md index 32240b82..ddabea89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ of [keepachangelog.com](http://keepachangelog.com/). ## 4.10.0 - Adds Native Prometheus client integration - - Prometheus is enabled by default. To set it to false, add the below lines in config under :ziggurat section + - Prometheus is enabled by default. prometheus set to ON will disable statsD exporter. To set it to false, add the below lines in config under :ziggurat section ```clojure :prometheus {:port 8002 :enabled [true :bool]} diff --git a/doc/configuration.md b/doc/configuration.md index 00c0c983..c69f9110 100644 --- a/doc/configuration.md +++ b/doc/configuration.md @@ -20,7 +20,7 @@ All Ziggurat configs should be in your `clonfig` `config.edn` under the `:ziggur 10. [Jobs](#jobs) 11. [HTTP Server](#http-server) 12. [New Relic](#new-relic) -13. +13. [Prometheus](#prometheus) ```clojure {:ziggurat {:app-name "application_name"