Copyright (c) 2019 Ilya Khaprov <[email protected]>.
Version: 0.0.1
To use, add opencensus_jaeger
dependency as a runtime application (in rebar3 this means add to the applications
list of .app.src
) and set as the reporter in the opencensus
configuration:
{opencensus, [
{reporters, [{oc_reporter_jaeger, [{hostname, "localhost"},
{port, 6831}, %% default for compact protocol
{service_name, "service"},
{service_tags, #{"key" => "value"}}]}]},
...]}
MIT
oc_reporter_jaeger |
oc_reporter_jaeger_transport_udp |
opencensus_jaeger |
repl |