Packages

OpenTelemetry Instrumentation utilities for HTTP libraries

Current section

Files

Jump to
otel_http README.md
Raw

README.md

# otel_http
[![EEF Observability WG project](https://img.shields.io/badge/EEF-Observability-black)](https://github.com/erlef/eef-observability-wg)
[![Hex.pm](https://img.shields.io/hexpm/v/otel_http)](https://hex.pm/packages/otel_http)
![Build Status](https://github.com/open-telemetry/opentelemetry-erlang-contrib/workflows/Erlang/badge.svg)
## Installation
```erlang
{deps, [
{otel_http, "~> 0.2"}
]}
```
```elixir
def deps do
[
{:otel_http, "~> 0.2"}
]
end
```