Skip to content

Releases: primait/prima_opentelemetry_ex

2.1.1

17 Jun 14:37
643904d
Compare
Choose a tag to compare

Fixed

  • Fix warning on attaching an anonymous function to telemetry #116 by @hizumisen

Commits

  • Prepare release (#117) by Cristiano Piemontese
  • Remove Elixir anonymous function warning on telemetry:attach/4 (#116) by Nicola B
  • Bump credo from 1.7.6 to 1.7.7 (#115) by dependabot[bot]
  • Bump ex_doc from 0.33.0 to 0.34.0 (#114) by dependabot[bot]
  • Bump recase from 0.7.0 to 0.8.0 (#113) by dependabot[bot]
  • Bump opentelemetry_absinthe from 2.2.1 to 2.3.0 (#112) by dependabot[bot]
  • --- (#111) by dependabot[bot]
  • Bump ex_doc from 0.32.1 to 0.32.2 (#110) by dependabot[bot]
  • Bump credo from 1.7.5 to 1.7.6 (#109) by dependabot[bot]

2.1.0

03 May 12:16
fc531d8
Compare
Choose a tag to compare
Prep release (#108)

2.1.0-pre.0

02 May 13:47
cc5ed1a
Compare
Choose a tag to compare
  • Prepare prerelease (#106) by MaeIsBad
  • [PLATFORM-1698]: Support automatic extraction of K8S env vars for traces and metrics (#105) by MaeIsBad
  • Bump ex_doc from 0.31.2 to 0.32.1 (#104) by dependabot[bot]
  • Bump opentelemetry_exporter from 1.6.0 to 1.7.0 (#101) by dependabot[bot]
  • Bump opentelemetry from 1.3.1 to 1.4.0 (#102) by dependabot[bot]
  • Bump ex_doc from 0.31.1 to 0.31.2 (#100) by dependabot[bot]
  • Bump credo from 1.7.4 to 1.7.5 (#99) by dependabot[bot]
  • Bump opentelemetry_absinthe from 2.2.0 to 2.2.1 (#98) by dependabot[bot]
  • Bump opentelemetry_absinthe from 2.1.0 to 2.2.0 (#97) by dependabot[bot]
  • Bump credo from 1.7.3 to 1.7.4 (#96) by dependabot[bot]
  • Bump opentelemetry_ecto from 1.1.1 to 1.2.0 (#95) by dependabot[bot]
  • Bump opentelemetry_absinthe from 2.0.1 to 2.1.0 (#93) by dependabot[bot]
  • Bump ex_doc from 0.31.0 to 0.31.1 (#92) by dependabot[bot]
  • Bump credo from 1.7.2 to 1.7.3 (#91) by dependabot[bot]
  • Bump credo from 1.7.1 to 1.7.2 (#89) by dependabot[bot]
  • Bump dialyxir from 1.4.2 to 1.4.3 (#90) by dependabot[bot]
  • Bump ex_doc from 0.30.9 to 0.31.0 (#88) by dependabot[bot]

2.0.6

27 Nov 12:03
64845c1
Compare
Choose a tag to compare

Changed


Commits

  • Prepare release (#87) by Cristiano Piemontese
  • Update the library version in README.md (#84) by Mikhail Glushenkov
  • Fix a compile warning (#82) by Mikhail Glushenkov
  • migrate-to-gha (#86) by prima-backstage[bot]
  • Bump dialyxir from 1.4.1 to 1.4.2 (#80) by dependabot[bot]
  • Bump ex_doc from 0.30.8 to 0.30.9 (#81) by dependabot[bot]
  • Bump ex_doc from 0.30.6 to 0.30.8 (#79) by dependabot[bot]
  • Bump credo from 1.7.0 to 1.7.1 (#77) by dependabot[bot]

2.0.5

22 Sep 08:33
a1b4a5c
Compare
Choose a tag to compare

⚠️ This is potentially breaking for your Datadog setup ⚠️

If you have metrics, monitors, dashboards and so on, that are based on the service.name being snake_case, then this update will break them and they need to be updated to expect kebab-case names

Changed

  • service.name now will always be kebab-case

Commits

  • prepare release (#76) by Cristiano Piemontese
  • [PLATFORM-1286]: Understand if Elixir services can use dash in tags instead of underscore (#75) by Cristiano Piemontese
  • Bump dialyxir from 1.4.0 to 1.4.1 (#73) by dependabot[bot]

2.0.4

01 Sep 08:44
059adc2
Compare
Choose a tag to compare

Removed

  • Removed Telepoison.setup function call, which is deprecated.
  • Removed telepoison dependency.

Commits

  • Prepare release 2.0.4 (#74) by Simone Cottini
  • [PLATFORM-1254]: Avoid using Telepoison.setup() since it is deprecated (#72) by Simone Cottini
  • Bump dialyxir from 1.3.0 to 1.4.0 (#71) by dependabot[bot]
  • Bump ex_doc from 0.30.5 to 0.30.6 (#70) by dependabot[bot]
  • Bump opentelemetry from 1.3.0 to 1.3.1 (#69) by dependabot[bot]
  • Bump ex_doc from 0.30.4 to 0.30.5 (#67) by dependabot[bot]
  • Bump ex_doc from 0.30.3 to 0.30.4 (#65) by dependabot[bot]
  • Bump ex_doc from 0.30.2 to 0.30.3 (#64) by dependabot[bot]
  • Bump ex_doc from 0.30.1 to 0.30.2 (#63) by dependabot[bot]
  • Bump ex_doc from 0.29.4 to 0.30.1 (#62) by dependabot[bot]

2.0.3

29 Jun 15:50
b847531
Compare
Choose a tag to compare

Changed

  • Fix exclude options not being applied on compile time

Commits

  • Prepare for release (#61) by MaeIsBad
  • [PLATFORM-1170]: Fix exclude options (#60) by MaeIsBad
  • Bump opentelemetry_exporter from 1.5.0 to 1.6.0 (#59) by dependabot[bot]

2.0.2

21 Jun 12:12
70352bc
Compare
Choose a tag to compare

Added

  • Country tag is now added based on the COUNTRY env var

Commits

  • Prepare for release (#58) by Cristiano Piemontese
  • Bump mock from 0.3.7 to 0.3.8 (#57) by dependabot[bot]
  • [PLATFORM-1120]: Add country tag (#56) by MaeIsBad
  • Bump opentelemetry_ecto from 1.1.0 to 1.1.1 (#55) by dependabot[bot]
  • Bump opentelemetry_exporter from 1.4.1 to 1.5.0 (#54) by dependabot[bot]
  • Bump opentelemetry_exporter from 1.4.0 to 1.4.1 (#53) by dependabot[bot]
  • Bump telepoison from 1.2.2 to 1.3.0 (#52) by dependabot[bot]
  • Bump dialyxir from 1.2.0 to 1.3.0 (#51) by dependabot[bot]

2.0.1

07 Apr 10:07
b7f9fa5
Compare
Choose a tag to compare

Fixed

  • :excluded config is correctly checked at runtime

Commits

  • bump for release (#50) by Cristiano Piemontese
  • [PLATFORM-1056]: Runtime config read at compile time (#49) by Cristiano Piemontese
  • Bump teleplug from 1.1.2 to 1.1.3 (#47) by dependabot[bot]
  • Bump ex_doc from 0.29.3 to 0.29.4 (#46) by dependabot[bot]
  • Bump telepoison from 1.2.1 to 1.2.2 (#45) by dependabot[bot]
  • Bump teleplug from 1.1.1 to 1.1.2 (#44) by dependabot[bot]

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