Skip to content

Commit

Permalink
add prometheus configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vruttant1403 committed Jul 3, 2024
1 parent 8f08f65 commit 51cc724
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]}
Expand Down
2 changes: 1 addition & 1 deletion doc/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 51cc724

Please sign in to comment.