opentelemetry-erlang-contrib/instrumentation/opentelemetry_nebulex
Patrik Stenmark ddf0706bf1
Make exdocs settings a bit more similar between different packages (#168)
* Add source_url_pattern to be able to use the "link to source" button
* Add README.md as an "extra" where it wasn't already
* Add a `main` setting. They all have a very obvious main module. Set
  that as `main`, so a user is shown this immediately instead of a list
  of usually only this module.
2023-04-30 12:10:03 -06: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 Make exdocs settings a bit more similar between different packages (#168) 2023-04-30 12:10:03 -06:00
mix.lock Add Nebulex instrumentation library (#83) 2022-12-14 17:38:18 -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.