Skip to content

Releases: primait/prima_opentelemetry_ex

2.0.0

23 Mar 11:57
27d8b48
Compare
Choose a tag to compare

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

22 Sep 10:53
89decee
Compare
Choose a tag to compare

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

09 Sep 13:39
d470ad5
Compare
Choose a tag to compare

Changed

  • PrimaOpentelemetryEx.setup() will raise an error if opentelemetry or opentelemetry_exporter applications fail to start for some reason

Fixed

  • Fix OTLP exporter not starting in Distillery/Mix releases, due to opentelemetry and opentelemetry_exporter not being included in the release

1.1.1

07 Sep 09:40
53c224b
Compare
Choose a tag to compare

⚠️ THIS RELEASE IS BROKEN. Use a more recent version ☝️ ⚠️

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

09 Aug 14:06
db1b79d
Compare
Choose a tag to compare

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

  • Update changelog and bump version to 1.1.0 (#22)
  • Keep logger metadata in the processes spawned by TeleTask (#21)
  • Add configuration for disabling instrumentation for some libraries (#20)
  • Update guidance for setting up Jaeger locally in Docker Compose (#19)

1.0.1

27 May 09:51
486177a
Compare
Choose a tag to compare

1.0.0

15 Apr 14:24
6b888a4
Compare
Choose a tag to compare
  • Update deps, readme & add changelog (#16)

1.0.0-rc.4

10 Mar 10:07
3fda42a
Compare
Choose a tag to compare
  • Update dependencies out of RC (#14)
  • Add catalog-info (#13)
  • Update build script
  • Update drone pipeline drone-tools:1.21.2

1.0.0-rc.3

03 Nov 16:38
Compare
Choose a tag to compare

Remove custom resource detector (#4)
add wrapper for tasks (#8)
Add deployment.environment resource tag (#10)
Bump dependencies

1.0.0-rc.2

20 Oct 10:17
1a3612a
Compare
Choose a tag to compare

Bump opentelemetry deps to 1.0.0-rc.3