opentelemetry-erlang-contrib/utilities/opentelemetry_instrumentati...
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
..
src Opentelemetry instrumentation http (#186) 2023-07-16 14:04:13 -06:00
.gitignore Opentelemetry instrumentation http (#186) 2023-07-16 14:04:13 -06:00
CHANGELOG.md Opentelemetry instrumentation http (#186) 2023-07-16 14:04:13 -06:00
LICENSE Opentelemetry instrumentation http (#186) 2023-07-16 14:04:13 -06:00
README.md Opentelemetry instrumentation http (#186) 2023-07-16 14:04:13 -06:00
docs.config Opentelemetry instrumentation http (#186) 2023-07-16 14:04:13 -06:00
docs.sh Opentelemetry instrumentation http (#186) 2023-07-16 14:04:13 -06:00
rebar.config Opentelemetry instrumentation http (#186) 2023-07-16 14:04:13 -06:00
rebar.lock Opentelemetry instrumentation http (#186) 2023-07-16 14:04:13 -06:00

README.md

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