30 lines
856 B
Markdown
30 lines
856 B
Markdown
# OpentelemetryNebulex
|
|
|
|
OpentelemetryNebulex uses `telemetry` handlers to create `OpenTelemetry` spans
|
|
from Nebulex command events.
|
|
|
|
## Installation
|
|
|
|
The package can be installed by adding `opentelemetry_nebulex` to your list of
|
|
dependencies in `mix.exs`:
|
|
|
|
```elixir
|
|
def deps do
|
|
[
|
|
{:opentelemetry_nebulex, "~> 0.1.0"}
|
|
]
|
|
end
|
|
```
|
|
|
|
## Compatibility Matrix
|
|
|
|
| OpentelemetryNebulex Version | Otel Version | Notes |
|
|
| :--------------------------- | :----------- | :---- |
|
|
| | | |
|
|
| v0.1.0 | v1.0.0 | |
|
|
|
|
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/opentelemetry_nebulex](https://hexdocs.pm/opentelemetry_nebulex).
|
|
|