open_telemetry_decorator icon indicating copy to clipboard operation
open_telemetry_decorator copied to clipboard

A function decorator for OpenTelemetry traces.

Results 14 open_telemetry_decorator issues
Sort by recently updated
recently updated
newest added

Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.25.3 to 0.29.0. Changelog Sourced from ex_doc's changelog. v0.29.0 (2022-10-19) Enhancements Support cheatsheets as .cheatmd files Bug fix Collapse sidebar when resizing page even if stored in...

dependencies

Bumps [excoveralls](https://github.com/parroty/excoveralls) from 0.14.3 to 0.15.0. Release notes Sourced from excoveralls's releases. v0.15.0 Enhancements Allows flag_name to pass thru to the coveralls.io API (#290). Changes Allow subdir and rootdir to...

dependencies

Currently if there are exceptions within the decorated function, the spans do not reflect that. Ideally the spans would have their error status set and the exception recorded. Thanks for...

Bumps [credo](https://github.com/rrrene/credo) from 1.5.6 to 1.6.7. Changelog Sourced from credo's changelog. 1.6.7 Improve compatibility with Elixir 1.14 (based on v1.14.0-rc.1) 1.6.6 Fix error when analysing single-line modules Fix false positive...

dependencies

Bumps [opentelemetry_exporter](https://github.com/open-telemetry/opentelemetry-erlang) from 1.0.0-rc.3 to 1.1.0. Release notes Sourced from opentelemetry_exporter's releases. v1.0.1 [API] Fixed W3C Tracestate: Keep last value for duplicate key add report_cb to format log messages in...

dependencies

Bumps [dialyxir](https://github.com/jeremyjh/dialyxir) from 1.1.0 to 1.2.0. Changelog Sourced from dialyxir's changelog. Unreleased changes post [1.2.0] [1.2.0] - 2022-07-20 Added "github" formatter. Commits 04f1bda Bump version d38e42f feat: Adds a github...

dependencies

Bumps [opentelemetry](https://github.com/open-telemetry/opentelemetry-erlang) from 1.0.0-rc.3 to 1.0.5. Release notes Sourced from opentelemetry's releases. v1.0.1 [API] Fixed W3C Tracestate: Keep last value for duplicate key add report_cb to format log messages in...

dependencies

Bumps [opentelemetry_api](https://github.com/open-telemetry/opentelemetry-erlang) from 1.0.0-rc.3.2 to 1.0.3. Release notes Sourced from opentelemetry_api's releases. API/SDK/OTLP Exporter 1.0.2 and Zipking Exporter 1.0.0 [API 1.0.2] - 2022-02-22 Docs for Erlang and Elixir macros added...

dependencies

I have a feature request: Would it be possible to globally define a prefix for all span attributes specified in the `include` option? Thanks for working on this library!

I have not experienced this problem, but when I saw that `Attributes` is not to this library namespaced it jumped out at me as something that could bite us later....