opentelemetry-erlang-contrib/utilities/opentelemetry_instrumentation_http
Alberto Sartori 26c68a0f88
Opentelemetry instrumentation http (#186)
* Add opentelemetry_instrumentation_http utility library

* Update utilities/opentelemetry_instrumentation_http/src/opentelemetry_instrumentation_http.erl

Co-authored-by: Tristan Sloughter <t@crashfast.com>

* Fix dialyzer

* Update changelog

---------

Co-authored-by: Tristan Sloughter <t@crashfast.com>
2023-07-16 14:04:13 -06:00
..

opentelemetry_instrumentation_http

EEF Observability WG project Hex.pm Build Status

Installation

{deps, [
  {opentelemetry_instrumentation_http, "~> 0.1"}
]}
def deps do
  [
    {:opentelemetry_instrumentation_http, "~> 0.1"}
  ]
end