Skip to content

Commit

Permalink
amended metrics config
Browse files Browse the repository at this point in the history
  • Loading branch information
danPudwellOpencast committed Jul 27, 2017
1 parent 0f019da commit c0cebf2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@ assets {
url = "http://localhost:9032/assets/"
}

microservice {
metrics {
graphite {
host = graphite
port = 2003
prefix = play.${appName}.
enabled = true
}
metrics {
graphite {
host = graphite
port = 2003
prefix = play.${appName}.
enabled = true
}
}

microservice {
services {
contact-frontend {
host = localhost
Expand Down

0 comments on commit c0cebf2

Please sign in to comment.