Skip to content

Commit

Permalink
Updates readme with new config for tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
roobalimsab committed Sep 30, 2019
1 parent e51e362 commit d05e6bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ To enable tracing, the following config needs to be added to the `config.edn` un
:tracer {:enabled [true :bool]
:tracer-provider ""
:default-tracer-config {:jaeger-service-name "test_service"
:jaeger-endpoint "test_endpoint"
:jaeger-agent-host "localhost"
:jaeger-agent-port [6831 :int]
:jaeger-reporter-log-spans [true :bool]}}
```
`:jaeger_service_name` is the operation name for the trace
Expand Down

0 comments on commit d05e6bb

Please sign in to comment.