Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/opencensus-beam/opencensus-jaeger


https://github.com/opencensus-beam/opencensus-jaeger

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

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