Skip to content

Releases: open-telemetry/opentelemetry-cpp-contrib

webserver/v1.1.0

02 May 12:53
e11348b
Compare
Choose a tag to compare

v1.1.0 release of otel-webserver-module

The Release consists of -

Multiple feature for Nginx instrumentation in otel-webserver-module

  • Support for nginx version 1.26.0 and 1.25.5.(#436)
  • Added Nginx variables related to tracing context information (#416)
  • Added B3 propagator for Nginx in otel-webserver-module (#403)
  • Directive to ignore paths for Nginx in otel-webserver-module (#398)
  • Directive to toggle correlation with incoming traces for Nginx (#346)
  • Feature to send custom attributes to with tracing information (#394)
  • Feature to set Operation_Name for spans (#428

webserver/v1.0.4

20 Nov 07:50
130c6e6
Compare
Choose a tag to compare

v1.0.4 release of otel-webserver-module

The Release consists of

  • Support for nginx version 1.24.0 and 1.25.3.(#340)

webserver/v1.0.3

07 Dec 07:29
5c0cc9c
Compare
Choose a tag to compare

v1.0.3 release of otel-webserver-module

The Release consists of

  • HTTP Data gatherer support for Nginx (#224 )
  • Support for WebEngine Specification (#217 )
  • Updated License to OpenTelemtery Authors (#233 )
  • Bugfix for Nginx Error Reporting (#235 )
  • Integration Tests were added (#227 )
  • Other minor bug fixes

webserver/v1.0.2

11 Oct 11:12
39eb563
Compare
Choose a tag to compare

v1.0.2 release of otel-webserver-module

Release consists of

Support for Nginx stable version (1.22.0) and mainline versions(1.23.0, 1.23.1).
Support for Nginx version (1.18.0) is deprecated and no longer supported from this release.

webserver/v1.0.1

06 Sep 08:06
786c3ad
Compare
Choose a tag to compare

v1.0.1 release of otel-webserver-module

Release consists of

  • Bugfix: Correlation of traceparent propagation from Upstream to Downstream services in Nginx

Fix on #204

webserver/v1.0.0

28 Jul 05:53
a8c67e2
Compare
Choose a tag to compare

v1.0.0 release of otel-webserver-module
Release consists of

  • Nginx instrumentation for nginx v1.18.0
  • Bug fixes and improvements

webserver/v1.0.0-rc1

24 Mar 06:31
4e1c728
Compare
Choose a tag to compare

First release of otel-webserver-module using otel-cpp v1.2.0

What's Changed

httpd/v0.1.0

13 May 12:57
c3231a9
Compare
Choose a tag to compare
httpd/v0.1.0 Pre-release
Pre-release

First release with OpenTelemetry module for Apache.
Using otel-cpp 0.6.0.

OpenTelemetry C++ SDK contrib v0.1.0

26 Apr 19:54
6bf2a8c
Compare
Choose a tag to compare
Pre-release

Release Notes

This release includes instrumentation for nginx and Apache Httpd.

Changes

  • nginx: Instrumentation (#6) (#20)
  • Apache Httpd: Instrumentation (#7) (#14) (#18)