opencensus_jaeger

opencensus_jaeger


License
MIT

Documentation

OpenCensus Jaeger Reporter

Copyright (c) 2019 Ilya Khaprov <i.khaprov@gmail.com>.

Version: 0.0.1

Hex.pm Hex.pm Downloads Build Status Coverage Status

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"}}]}]},
    ...]}

License

MIT

Modules

oc_reporter_jaeger
oc_reporter_jaeger_transport_udp
opencensus_jaeger
repl