Skip to content

Releases: primait/prima_opentelemetry_ex

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

1.0.0-rc.1.1

18 Oct 15:26
Compare
Choose a tag to compare

Remove github dependency