View Source Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

unreleased

Unreleased

1-1-2-2023-03-23

1.1.2 - 2023-03-23

added

Added

  • Set span status to error if the returned http status code is 5xx

1-1-1-2023-03-09

1.1.1 - 2023-03-09

added-1

Added

  • Usage of the opentelemetry_semantic_conversion auto-generated library to ensure proper conventions are followed

changed

Changed

  • Changed client attributes to proper server attributes
    • "net.peer.ip" is now "net.sock.peer.addr"
    • "net.peer.port" is now "net.sock.peer.port"

removed

Removed

  • "http.host" attribute as it is non standard, and already covered by "net.host.name"

1-1-0-2022-09-21

1.1.0 - 2022-09-21

changed-1

Changed

  • Teleplug does not set opentelemetry-related Logger metadata anymore, because The OpenTelemetry API/SDK itself does that automatically since 1.1.0. If you're upgrading to Teleplug 1.1.0, it is therefore recommended to also upgrade to OpenTelemetry API 1.1.0