Skip to content

Releases: primait/prima_tracing.rs

0.9.4

20 May 14:25
538633a
Compare
Choose a tag to compare

Fixed

  • Added error.type, error.kind, error.stack and error.message to trace events (logs).

Commits

  • Prepare release (#105) by Simone Cottini
  • Prepare release 2024-05-20 (#104) by Simone Cottini
  • [PLATFORM-1751]: Fix logs error tracking not working (#103) by Simone Cottini

0.9.3

15 May 07:33
bd17921
Compare
Choose a tag to compare

Fixed

  • Added error.kind to ErrorLayer hopefully fixing datadog error tracking.

Commits

0.9.2

03 May 12:11
7b0597a
Compare
Choose a tag to compare

Added

  • Added metadata based on the kubernetes environment variables:
    • KUBE_APP_PART_OF
    • KUBE_APP_MANAGED_BY
    • KUBE_APP_VERSION
    • KUBE_APP_INSTANCE

Commits

  • Prep release (#100) by MaeIsBad
  • [PLATFORM-1698]: Support automatic extraction of K8S env vars for traces and metrics (#99) by Oliver Browne

0.9.1

08 Apr 07:34
f07d68f
Compare
Choose a tag to compare

Added

  • Added an ErrorLayer to add error.message, error.type and error.stack to the log metadata when a tracing::Event
    is an Error.

Commits

  • [PLATFORM-1583]: Look into automatically attaching error tracking metadata (#98) by Simone Cottini
  • Update prima_bridge requirement from 0.15 to 0.16 (#97) by dependabot[bot]
  • Bump the otel group with 5 updates (#96) by dependabot[bot]

0.9.0

26 Mar 14:44
5395e11
Compare
Choose a tag to compare
[PLATFORM-1601]: Fix otlp exporter endpoint (#95)

0.9.0-rc.1

12 Mar 12:00
73b8fb4
Compare
Choose a tag to compare

0.9.0-rc.0

05 Mar 11:59
072da11
Compare
Choose a tag to compare
  • Fix version (#93) by MaeIsBad
  • Bump (#92) by MaeIsBad
  • [PLATFORM-1568]: Add support for log error tracking in datadog (#91) by MaeIsBad
  • [PLATFORM-1471]: Add e2e tests for tracing (#90) by MaeIsBad

0.8.1 (yanked)

05 Jan 13:38
5990f83
Compare
Choose a tag to compare

Fixed

  • Added opentelemetry_sdk crate in traces feature.

Commits

  • [PLATFORM-1446]: Fix prima_tracing.rs 0.8.0 not compiling due to missing dependency (#88) by Simone Cottini

0.8.0 (yanked)

05 Jan 11:29
dce2ab4
Compare
Choose a tag to compare

Added

  • New opentelemetry_sdk dependency, which inherits the rt-tokio feature

Changed

  • Bump opentelemetry to 0.21 and remove the rt-tokio feature
  • Bump opentelemetry-otlp to 0.14
  • Bump tracing-opentelemetry to 0.22
  • Move rt-tokio-current-thread to map to ["opentelemetry_sdk/rt-tokio-current-thread"], the tokio stuff has been moved to opentelemetry_sdk

Commits

0.7.2

26 Oct 10:38
269b181
Compare
Choose a tag to compare
  • Bump tracing-log to 0.2

Commits

  • bump for release (#79) by Cristiano Piemontese
  • Update tracing-log requirement from 0.1 to 0.2 (#78) by dependabot[bot]