Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
enable jaeger in docker-cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
Dieterbe committed Aug 10, 2017
1 parent d7ef432 commit 12b369a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-cluster/metrictank.ini
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ proftrigger-heap-thresh = 25000000000
log-level = 2

# enable/disable distributed opentracing via jaeger
tracing-enabled = false
tracing-enabled = true
# address of the jaeger agent to send data to
tracing-addr = localhost:6831
tracing-addr = jaeger:6831

## Retention settings ##
[retention]
Expand Down

0 comments on commit 12b369a

Please sign in to comment.