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

Releases: aspecto-io/opentelemetry-ext-js

[email protected]

12 Jan 14:01
Compare
Choose a tag to compare

0.1.2 (2021-01-12)

Bug Fixes

  • kafkajs: make changes to conform to MessagingSystems spec (#48) (9b6e0c0)
  • plugin-kafkajs: correct package name in README (a5f7638)
  • plugin-kafkajs: fix urls in package.json (c357d78)
  • plugin-kafkajs: fixing consumer sent with wrong span kind (c2382dd)
  • plugin-kafkajs: plugin version not available from dist (68335cf)

Features

  • plugin-kafkajs: copy plugin code into project (620fe5f)

[email protected]

12 Jan 14:01
Compare
Choose a tag to compare

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)

plugin-aws-sdk-v0.0.10

17 Aug 12:01
2073c51
Compare
Choose a tag to compare
Merge pull request #25 from aspecto-io/plugin-aws-sdk-v0.0.10

chore(opentelemetry-plugin-aws-sdk): bump version to v0.0.10

plugin-aws-sdk-v0.0.9

12 Aug 07:31
ee3e3d6
Compare
Choose a tag to compare
Merge pull request #23 from aspecto-io/plugin-aws-sdk-v0.0.9

chore(opentelemetry-plugin-aws-sdk): bump version to v0.0.9

plugin-aws-sdk v0.0.7

05 Aug 08:36
cf8ab57
Compare
Choose a tag to compare

plugin-aws-sdk: Support context propagation over SQS