From 51419af1890c93d36703284224828346d4e419d3 Mon Sep 17 00:00:00 2001 From: Tiago Date: Tue, 24 Oct 2023 13:12:45 +0100 Subject: [PATCH] Update instrumentation/httpx/CHANGELOG.md Co-authored-by: Ariel Valentin --- instrumentation/httpx/.yardopts | 9 +++++++++ instrumentation/httpx/CHANGELOG.md | 5 ----- .../instrumentation/httpx/instrumentation.rb | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 instrumentation/httpx/.yardopts diff --git a/instrumentation/httpx/.yardopts b/instrumentation/httpx/.yardopts new file mode 100644 index 0000000000..66530b20fa --- /dev/null +++ b/instrumentation/httpx/.yardopts @@ -0,0 +1,9 @@ +--no-private +--title=OpenTelemetry HTTPX Instrumentation +--markup=markdown +--main=README.md +./lib/opentelemetry/instrumentation/**/*.rb +./lib/opentelemetry/instrumentation.rb +- +README.md +CHANGELOG.md diff --git a/instrumentation/httpx/CHANGELOG.md b/instrumentation/httpx/CHANGELOG.md index 01adfcd0c4..e69de29bb2 100644 --- a/instrumentation/httpx/CHANGELOG.md +++ b/instrumentation/httpx/CHANGELOG.md @@ -1,5 +0,0 @@ -# Release History: opentelemetry-instrumentation-http - -### v0.0.1 / 2023-10-10 - -* Initial release. diff --git a/instrumentation/httpx/lib/opentelemetry/instrumentation/httpx/instrumentation.rb b/instrumentation/httpx/lib/opentelemetry/instrumentation/httpx/instrumentation.rb index 3cf94ef96f..9174343b4d 100644 --- a/instrumentation/httpx/lib/opentelemetry/instrumentation/httpx/instrumentation.rb +++ b/instrumentation/httpx/lib/opentelemetry/instrumentation/httpx/instrumentation.rb @@ -15,7 +15,7 @@ class Instrumentation < OpenTelemetry::Instrumentation::Base end compatible do - Gem::Version.new(::HTTPX::VERSION) >= Gem::Version.new("0.24.7") + Gem::Version.new(::HTTPX::VERSION) >= Gem::Version.new('0.24.7') end present do