opentelemetry-erlang-contrib/instrumentation/opentelemetry_nebulex
renovate[bot] 45b66d5f50
chore(deps): update dependency ex_doc to v0.31.1 (#233)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-17 11:27:19 -07:00
..
config Add Nebulex instrumentation library (#83) 2022-12-14 17:38:18 -07:00
lib Add Nebulex instrumentation library (#83) 2022-12-14 17:38:18 -07:00
test Add Nebulex instrumentation library (#83) 2022-12-14 17:38:18 -07:00
.formatter.exs Add Nebulex instrumentation library (#83) 2022-12-14 17:38:18 -07:00
.gitignore Add Nebulex instrumentation library (#83) 2022-12-14 17:38:18 -07:00
CHANGELOG.md Add Nebulex instrumentation library (#83) 2022-12-14 17:38:18 -07:00
LICENSE Add Nebulex instrumentation library (#83) 2022-12-14 17:38:18 -07:00
README.md Add Nebulex instrumentation library (#83) 2022-12-14 17:38:18 -07:00
mix.exs chore(deps): update dependency ex_doc to v0.31.1 (#233) 2024-01-17 11:27:19 -07:00
mix.lock chore(deps): update dependency ex_doc to v0.31.1 (#233) 2024-01-17 11:27:19 -07:00

README.md

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:

  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 and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/opentelemetry_nebulex.