- Notifications
You must be signed in to change notification settings - Fork2
License
NotificationsYou must be signed in to change notification settings
opencensus-beam/opencensus-jaeger
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Copyright (c) 2019 Ilya Khaprov <i.khaprov@gmail.com>.
Version: 0.0.1
To use, addopencensus_jaeger
dependency as a runtime application (in rebar3 this means add to theapplications
list of.app.src
) and set as the reporter in theopencensus
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 |