This is the library handling the tracing for Orion.
May be rewritten in erlang in the future.
If available in Hex, the package can be installed
by adding orion_collector
to your list of dependencies in mix.exs
:
def deps do
[
{:orion_collector, "~> 1.0.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/orion_collector.
- add tests