opentelemetry-instrumentation-ethon 0.25.1 → 0.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 87daf04ee19dc0418bd8a3299ca44a7d2f3f84f9487fadce2a1e8c46b1f6dce5
|
|
4
|
+
data.tar.gz: 34895ac3926d8c6f6d5aac9782987d9cd3ce1efde6e9b68eadf96df3c8753901
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b74299d09a7ad578d7ac3a3d67f4364b670e10ac674545da107386eb713461b411b8594a8f4875cd36f98e8d906293bd10ce4b34dfeb7b7abccc74b8be33240
|
|
7
|
+
data.tar.gz: 58263b2e3e93e5d9f441d7c5f36e1ed560f3308d82cf0c8db90ae502e224fcc4aba7b2871c1938ae44394d1323400612bab308121fa755a71a012420c9ff0a61
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Release History: opentelemetry-instrumentation-ethon
|
|
2
2
|
|
|
3
|
+
### v0.26.0 / 2025-11-26
|
|
4
|
+
|
|
5
|
+
* BREAKING CHANGE: Update Ethon span name when unknown method
|
|
6
|
+
|
|
7
|
+
* ADDED: Update Ethon span name when unknown method
|
|
8
|
+
|
|
3
9
|
### v0.25.1 / 2025-11-25
|
|
4
10
|
|
|
5
11
|
* FIXED: Update support for unknown HTTP methods to match semantic conventions
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: opentelemetry-instrumentation-ethon
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.26.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenTelemetry Authors
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-11-
|
|
11
|
+
date: 2025-11-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: opentelemetry-instrumentation-base
|
|
@@ -49,10 +49,10 @@ homepage: https://github.com/open-telemetry/opentelemetry-ruby-contrib
|
|
|
49
49
|
licenses:
|
|
50
50
|
- Apache-2.0
|
|
51
51
|
metadata:
|
|
52
|
-
changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-ethon/0.
|
|
52
|
+
changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-ethon/0.26.0/file/CHANGELOG.md
|
|
53
53
|
source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/instrumentation/ethon
|
|
54
54
|
bug_tracker_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues
|
|
55
|
-
documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-ethon/0.
|
|
55
|
+
documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-ethon/0.26.0
|
|
56
56
|
post_install_message:
|
|
57
57
|
rdoc_options: []
|
|
58
58
|
require_paths:
|