Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opencensus-beam/opencensus-jaeger
https://github.com/opencensus-beam/opencensus-jaeger
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/opencensus-beam/opencensus-jaeger
- Owner: opencensus-beam
- License: mit
- Created: 2019-04-21T19:13:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-21T03:35:28.000Z (about 4 years ago)
- Last Synced: 2024-11-05T01:05:22.420Z (about 1 month ago)
- Language: Erlang
- Size: 55.7 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-beam-monitoring - Jaeger
README
# OpenCensus Jaeger Reporter #
Copyright (c) 2019 Ilya Khaprov <>.
__Version:__ 0.0.1
[![Hex.pm][Hex badge]][Hex link]
[![Hex.pm Downloads][Hex downloads badge]][Hex link]
[![Build Status][Travis badge]][Travis link]
[![Coverage Status][Coveralls badge]][Coveralls link]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:
```erlang
{opencensus, [
{reporters, [{oc_reporter_jaeger, [{hostname, "localhost"},
{port, 6831}, %% default for compact protocol
{service_name, "service"},
{service_tags, #{"key" => "value"}}]}]},
...]}```
## License
MIT
[Hex badge]: https://img.shields.io/hexpm/v/opencensus_jaeger.svg?maxAge=2592000?style=plastic
[Hex link]: https://hex.pm/packages/opencensus_jaeger
[Hex downloads badge]: https://img.shields.io/hexpm/dt/opencensus_jaeger.svg?maxAge=2592000
[Travis badge]: https://travis-ci.org/opencensus-beam/opencensus_jaeger.svg?branch=version-3
[Travis link]: https://travis-ci.org/opencensus-beam/opencensus_jaeger
[Coveralls badge]: https://coveralls.io/repos/github/opencensus-beam/opencensus_jaeger/badge.svg?branch=master
[Coveralls link]: https://coveralls.io/github/opencensus-beam/opencensus_jaeger?branch=master## Modules ##
oc_reporter_jaeger
oc_reporter_jaeger_transport_udp
opencensus_jaeger
repl