Releases: primait/prima_opentelemetry_ex
Releases · primait/prima_opentelemetry_ex
2.0.0
Changed
- Teleplug, telepoison, opentelemetry_absinthe and opentelemetry_ecto are now optional dependencies.
In order to migrate from the previous version of prima_opentelemetry_ex you will have to add the dependencies explicitly in your mix.exs.
Warning: If you don't add opentelemetry_absinthe or opentelemetry_ecto cause a compile time error.
Commits
- Prepare release (#43) by MaeIsBad
- [PLATFORM-1012]: Make instrumented libraries into optional dependencies (#40) by MaeIsBad
- Bump ex_doc from 0.29.2 to 0.29.3 (#41) by dependabot[bot]
- Bump credo from 1.6.7 to 1.7.0 (#42) by dependabot[bot]
- Bump opentelemetry_absinthe from 1.1.0 to 2.0.1 (#39) by dependabot[bot]
- Bump ex_doc from 0.28.5 to 0.29.2 (#38) by dependabot[bot]
- Bump telepoison from 1.0.0 to 1.2.1 (#37) by dependabot[bot]
- Bump teleplug from 1.1.0 to 1.1.1 (#32) by dependabot[bot]
- Bump opentelemetry_ecto from 1.0.0 to 1.1.0 (#35) by dependabot[bot]
- Bump dialyxir from 1.1.0 to 1.2.0 (#36) by dependabot[bot]
- Bump opentelemetry_exporter from 1.2.0 to 1.4.0 (#34) by dependabot[bot]
- [PLATFORM-1003]: Add dependabot (#31) by Cristiano Piemontese
- Create CODEOWNERS (#29) by Cristiano Piemontese
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