Skip to content

Commit

Permalink
Fixup perf configuration around statsd instrumentation (broadinstitut…
Browse files Browse the repository at this point in the history
  • Loading branch information
cjllanwarne authored Jun 13, 2019
1 parent 22036c8 commit 49d111a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/perf/vm_scripts/cromwell/cromwell.conf
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ services {
Instrumentation {
# StatsD - Send metrics to a StatsD server over UDP
class = "cromwell.services.instrumentation.impl.statsd.StatsDInstrumentationServiceActor"
config.statsd {
config {
hostname = statsd-proxy
port = 9125
prefix = ${?CROMWELL_STATSD_PREFIX} # can be used to prefix all metrics with an api key for example
Expand Down

0 comments on commit 49d111a

Please sign in to comment.