Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/livewareproblems/orion_collector
Collect profiling information from dynamic tracing in the beam for Orion
https://github.com/livewareproblems/orion_collector
elixir
Last synced: about 1 month ago
JSON representation
Collect profiling information from dynamic tracing in the beam for Orion
- Host: GitHub
- URL: https://github.com/livewareproblems/orion_collector
- Owner: LivewareProblems
- License: apache-2.0
- Created: 2021-11-04T14:28:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-04T15:31:43.000Z (over 1 year ago)
- Last Synced: 2024-03-14T23:47:17.587Z (10 months ago)
- Topics: elixir
- Language: Elixir
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# OrionCollector
This is the library handling the tracing for Orion.
May be rewritten in erlang in the future.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `orion_collector` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:orion_collector, "~> 1.0.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/orion_collector](https://hexdocs.pm/orion_collector).## TODO
* [ ] add tests