Releases: primait/prima_opentelemetry_ex
Releases · primait/prima_opentelemetry_ex
1.1.3
Changed
- Bump min version of the following dependencies to 1.1
:opentelemetry
:opentelemetry_api
:opentelemetry_exporter
:opentelemetry_absinthe
:teleplug
Commits
- [PLATFORM-658]: [PrimaOpentelemetryEx] Bump deps (#28) by Cristiano Piemontese
1.1.2
Changed
PrimaOpentelemetryEx.setup()
will raise an error ifopentelemetry
oropentelemetry_exporter
applications fail to start for some reason
Fixed
- Fix OTLP exporter not starting in Distillery/Mix releases, due to
opentelemetry
andopentelemetry_exporter
not being included in the release
1.1.1
Fixed
- Fix
:opentelemetry is listed both as a regular application and as an included application
error occurring when packaging with Mix Release an application that depends on this library
1.1.0
Added
- Added the ability to disable instrumentation for Ecto and/or Absinthe by setting the
exclude
configuration key:config :prima_opentelemetry_ex, exclude: [:ecto, :absinthe]
Changed
- Logger metadata will be propagated in processes spawned by the
TeleTask
module
Commits
1.0.1
- [PLATFORM-468]: [Opentelemetry] Traces are not working anymore (#18)
- [PLATFORM-435]: [Docs] Update CHANGELOG of projects with links to diff (#17)
1.0.0
1.0.0-rc.4
1.0.0-rc.3
1.0.0-rc.2
Bump opentelemetry deps to 1.0.0-rc.3
1.0.0-rc.1.1
Remove github dependency