Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Choose a tag to compare

@aspecto-system aspecto-system released this 12 Jan 14:01
· 190 commits to master since this release

0.1.2 (2021-01-12)

Bug Fixes

  • support otel v0.12.0 context propagation (#33) (5a46fdf)
  • plugin-aws-sdk: check messages before accesing start func property (#31) (26b4519)
  • exception when mapping sqs result to non object value (#29) (5386f75)
  • opentelemetry-plugin-aws-sdk: add operation to sqs span name following change to the spec (826b797)
  • opentelemetry-plugin-aws-sdk: add tests and support more iterations in sqs receive (ba97daf)
  • opentelemetry-plugin-aws-sdk: set aws span as the propagated context (55f12ae)
  • dont add sqs MessageAttribute if we are over the limit (d276dd7)
  • inject sqs context per each message in batch (d307f10)
  • log if sqs unable to inject context propagation (c191bb2)
  • plugin-aws-sdk: remove unused import (ba6f797)
  • plugin-aws-sdk: set span hierarchy for sqs processing (e625f41)

Features

  • aws-plugin: use propagation-utils (#38) (6988f68)
  • plugin-aws-sdk: add custom attributes hook (faec15b)
  • plugin-aws-sdk: add span kind to request hook (fca954f)
  • plugin-aws-sdk: add span name to request hook (f1c3dc9)
  • plugin-aws-sdk: add sqsProcessHook for custom attributes on process span (#30) (8cb41ef)
  • plugin-aws-sdk: bind promise result to context (c60a08b)
  • plugin-aws-sdk: make dynamodb complaint to database client semantic conventions (#45) (b61047d)
  • sqs context propagation (cfbbaa3)
  • plugin-aws-sdk: bind context to callback on request.send (3501aad)
  • plugin-aws-sdk: bind promise only on incoming operations (3afffb9)
  • plugin-aws-sdk: move aws-sdk plugin to this repository (95a0312)