opentelemetry-erlang-contrib/instrumentation/opentelemetry_nebulex
Bryan Naegele bf6adb78e8
Hex publishing workflow (#250)
* Add Hex publishing manual workflow
2024-02-04 17:18:14 -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 Hex publishing workflow (#250) 2024-02-04 17:18:14 -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.