Skip to content

Commit

Permalink
Add extensions statsd settings to config files
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Leao committed Mar 27, 2018
1 parent 692c01b commit 657daef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ logger:
jaeger:
disabled: true
samplingProbability: 0.001
extensions:
dogstatsd:
host: localhost:8125
prefix: mqtthistory.
tags_prefix: ""
rate: 1
6 changes: 6 additions & 0 deletions config/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ logger:
jaeger:
disabled: false
samplingProbability: 1.0
extensions:
dogstatsd:
host: localhost:8125
prefix: mqtthistory.
tags_prefix: ""
rate: 1

0 comments on commit 657daef

Please sign in to comment.