restify 2.0.2 → 2.1.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +1 -1
- data/lib/restify/adapter/base.rb +1 -1
- data/lib/restify/cache.rb +1 -1
- data/lib/restify/relation.rb +1 -9
- data/lib/restify/response.rb +2 -2
- data/lib/restify/version.rb +2 -2
- data/spec/restify/adapter/base_spec.rb +33 -0
- data/spec/restify/context_spec.rb +2 -2
- data/spec/restify/features/opentelemetry_spec.rb +1 -1
- data/spec/restify/global_spec.rb +50 -1
- data/spec/restify/link_spec.rb +13 -3
- data/spec/restify/relation_spec.rb +25 -6
- data/spec/restify/resource_spec.rb +6 -0
- data/spec/restify_spec.rb +1 -1
- data/spec/spec_helper.rb +0 -1
- data/vendor/bundle/ruby/4.0.0/gems/activesupport-8.1.3/CHANGELOG.md +561 -0
- data/vendor/bundle/ruby/{3.4.0/gems/activesupport-8.0.2 → 4.0.0/gems/activesupport-8.1.3}/README.rdoc +1 -1
- data/vendor/bundle/ruby/{3.4.0/gems/addressable-2.8.7 → 4.0.0/gems/addressable-2.9.0}/CHANGELOG.md +71 -46
- data/vendor/bundle/ruby/{3.4.0/gems/addressable-2.8.7 → 4.0.0/gems/addressable-2.9.0}/README.md +6 -6
- data/vendor/bundle/ruby/4.0.0/gems/ast-2.4.3/LICENSE.MIT +20 -0
- data/vendor/bundle/ruby/4.0.0/gems/ast-2.4.3/README.YARD.md +12 -0
- data/vendor/bundle/ruby/{3.4.0/gems/concurrent-ruby-1.3.5 → 4.0.0/gems/concurrent-ruby-1.3.7}/CHANGELOG.md +12 -0
- data/vendor/bundle/ruby/{3.4.0/gems/concurrent-ruby-1.3.5 → 4.0.0/gems/concurrent-ruby-1.3.7}/README.md +4 -2
- data/vendor/bundle/ruby/{3.4.0/gems/connection_pool-2.5.3 → 4.0.0/gems/connection_pool-3.0.2}/README.md +49 -34
- data/vendor/bundle/ruby/4.0.0/gems/crack-1.0.1/LICENSE +20 -0
- data/vendor/bundle/ruby/4.0.0/gems/crack-1.0.1/README.md +43 -0
- data/vendor/bundle/ruby/4.0.0/gems/diff-lcs-1.6.2/CHANGELOG.md +518 -0
- data/vendor/bundle/ruby/4.0.0/gems/diff-lcs-1.6.2/README.md +92 -0
- data/vendor/bundle/ruby/4.0.0/gems/docile-1.4.1/LICENSE +21 -0
- data/vendor/bundle/ruby/4.0.0/gems/docile-1.4.1/README.md +409 -0
- data/vendor/bundle/ruby/{3.4.0/gems/ethon-0.16.0 → 4.0.0/gems/ethon-0.18.0}/CHANGELOG.md +43 -1
- data/vendor/bundle/ruby/{3.4.0/gems/ethon-0.16.0 → 4.0.0/gems/ethon-0.18.0}/README.md +1 -1
- data/vendor/bundle/ruby/{3.4.0/gems/ffi-1.17.2-x86_64-linux-gnu → 4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu}/CHANGELOG.md +34 -0
- data/vendor/bundle/ruby/{3.4.0/gems/ffi-1.17.2-x86_64-linux-gnu → 4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu}/README.md +1 -0
- data/vendor/bundle/ruby/4.0.0/gems/hashdiff-1.2.1/LICENSE +19 -0
- data/vendor/bundle/ruby/4.0.0/gems/hashdiff-1.2.1/README.md +323 -0
- data/vendor/bundle/ruby/4.0.0/gems/hashdiff-1.2.1/changelog.md +127 -0
- data/vendor/bundle/ruby/{3.4.0/gems/hitimes-3.1.0 → 4.0.0/gems/hitimes-3.2.0}/README.md +1 -1
- data/vendor/bundle/ruby/{3.4.0/gems/i18n-1.14.7 → 4.0.0/gems/i18n-1.15.2}/README.md +13 -1
- data/vendor/bundle/ruby/4.0.0/gems/json-2.19.9/README.md +310 -0
- data/vendor/bundle/ruby/4.0.0/gems/language_server-protocol-3.17.0.5/LICENSE.txt +21 -0
- data/vendor/bundle/ruby/4.0.0/gems/language_server-protocol-3.17.0.5/README.md +88 -0
- data/vendor/bundle/ruby/4.0.0/gems/lint_roller-1.1.0/CHANGELOG.md +15 -0
- data/vendor/bundle/ruby/4.0.0/gems/lint_roller-1.1.0/LICENSE.txt +21 -0
- data/vendor/bundle/ruby/4.0.0/gems/lint_roller-1.1.0/README.md +173 -0
- data/vendor/bundle/ruby/{3.4.0/gems/minitest-5.25.5 → 4.0.0/gems/minitest-6.0.6}/README.rdoc +21 -100
- data/vendor/bundle/ruby/{3.4.0/gems/msgpack-1.8.0 → 4.0.0/gems/msgpack-1.8.3}/ChangeLog +15 -0
- data/vendor/bundle/ruby/{3.4.0/gems/msgpack-1.8.0 → 4.0.0/gems/msgpack-1.8.3}/README.md +1 -1
- data/vendor/bundle/ruby/4.0.0/gems/multi_json-1.21.1/LICENSE.md +20 -0
- data/vendor/bundle/ruby/4.0.0/gems/multi_json-1.21.1/README.md +281 -0
- data/vendor/bundle/ruby/4.0.0/gems/nio4r-2.7.5/ext/libev/LICENSE +37 -0
- data/vendor/bundle/ruby/4.0.0/gems/nio4r-2.7.5/ext/libev/README +59 -0
- data/vendor/bundle/ruby/4.0.0/gems/nio4r-2.7.5/license.md +80 -0
- data/vendor/bundle/ruby/4.0.0/gems/nio4r-2.7.5/readme.md +91 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-api-1.10.0/CHANGELOG.md +219 -0
- data/vendor/bundle/ruby/{3.4.0/gems/opentelemetry-common-0.22.0 → 4.0.0/gems/opentelemetry-common-0.25.0}/CHANGELOG.md +12 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-instrumentation-base-0.26.1/CHANGELOG.md +97 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-instrumentation-base-0.26.1/LICENSE +201 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-instrumentation-base-0.26.1/README.md +155 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-instrumentation-ethon-0.29.0/CHANGELOG.md +192 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-instrumentation-ethon-0.29.0/LICENSE +201 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-instrumentation-ethon-0.29.0/README.md +66 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-registry-0.6.0/CHANGELOG.md +31 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-registry-0.6.0/LICENSE +201 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-registry-0.6.0/README.md +40 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-sdk-1.12.0/CHANGELOG.md +302 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-sdk-1.12.0/LICENSE +201 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-sdk-1.12.0/README.md +101 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-semantic_conventions-1.41.0/CHANGELOG.md +65 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-semantic_conventions-1.41.0/LICENSE +201 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-semantic_conventions-1.41.0/README.md +115 -0
- data/vendor/bundle/ruby/4.0.0/gems/parallel-2.1.0/MIT-LICENSE.txt +20 -0
- data/vendor/bundle/ruby/4.0.0/gems/parser-3.3.11.1/LICENSE.txt +26 -0
- data/vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/CHANGELOG.md +786 -0
- data/vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/LICENSE.md +7 -0
- data/vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/README.md +143 -0
- data/vendor/bundle/ruby/4.0.0/gems/public_suffix-7.0.5/CHANGELOG.md +649 -0
- data/vendor/bundle/ruby/{3.4.0/gems/public_suffix-6.0.2 → 4.0.0/gems/public_suffix-7.0.5}/LICENSE.txt +1 -1
- data/vendor/bundle/ruby/{3.4.0/gems/public_suffix-6.0.2 → 4.0.0/gems/public_suffix-7.0.5}/README.md +38 -29
- data/vendor/bundle/ruby/4.0.0/gems/puma-8.0.2/LICENSE +29 -0
- data/vendor/bundle/ruby/4.0.0/gems/puma-8.0.2/README.md +484 -0
- data/vendor/bundle/ruby/4.0.0/gems/puma-8.0.2/docs/jungle/README.md +9 -0
- data/vendor/bundle/ruby/4.0.0/gems/puma-8.0.2/docs/jungle/rc.d/README.md +74 -0
- data/vendor/bundle/ruby/4.0.0/gems/racc-1.8.1/ChangeLog +846 -0
- data/vendor/bundle/ruby/4.0.0/gems/racc-1.8.1/README.ja.rdoc +58 -0
- data/vendor/bundle/ruby/4.0.0/gems/racc-1.8.1/README.rdoc +60 -0
- data/vendor/bundle/ruby/{3.4.0/gems/rack-3.1.15 → 4.0.0/gems/rack-3.2.6}/CHANGELOG.md +216 -16
- data/vendor/bundle/ruby/{3.4.0/gems/rack-3.1.15 → 4.0.0/gems/rack-3.2.6}/README.md +49 -20
- data/vendor/bundle/ruby/4.0.0/gems/rainbow-3.1.1/Changelog.md +101 -0
- data/vendor/bundle/ruby/4.0.0/gems/rainbow-3.1.1/LICENSE +20 -0
- data/vendor/bundle/ruby/4.0.0/gems/rainbow-3.1.1/README.markdown +227 -0
- data/vendor/bundle/ruby/{3.4.0/gems/rake-13.2.1 → 4.0.0/gems/rake-13.4.2}/README.rdoc +5 -5
- data/vendor/bundle/ruby/4.0.0/gems/regexp_parser-2.12.0/LICENSE +22 -0
- data/vendor/bundle/ruby/4.0.0/gems/rexml-3.4.4/README.md +57 -0
- data/vendor/bundle/ruby/4.0.0/gems/rspec-3.13.2/LICENSE.md +27 -0
- data/vendor/bundle/ruby/4.0.0/gems/rspec-3.13.2/README.md +47 -0
- data/vendor/bundle/ruby/4.0.0/gems/rspec-core-3.13.6/Changelog.md +2447 -0
- data/vendor/bundle/ruby/4.0.0/gems/rspec-core-3.13.6/LICENSE.md +26 -0
- data/vendor/bundle/ruby/4.0.0/gems/rspec-core-3.13.6/README.md +389 -0
- data/vendor/bundle/ruby/4.0.0/gems/rspec-expectations-3.13.5/Changelog.md +1366 -0
- data/vendor/bundle/ruby/4.0.0/gems/rspec-expectations-3.13.5/LICENSE.md +25 -0
- data/vendor/bundle/ruby/4.0.0/gems/rspec-expectations-3.13.5/README.md +326 -0
- data/vendor/bundle/ruby/4.0.0/gems/rspec-mocks-3.13.8/Changelog.md +1351 -0
- data/vendor/bundle/ruby/4.0.0/gems/rspec-mocks-3.13.8/LICENSE.md +25 -0
- data/vendor/bundle/ruby/4.0.0/gems/rspec-mocks-3.13.8/README.md +465 -0
- data/vendor/bundle/ruby/4.0.0/gems/rspec-support-3.13.7/Changelog.md +444 -0
- data/vendor/bundle/ruby/{3.4.0/gems/multi_json-1.15.0 → 4.0.0/gems/rspec-support-3.13.7}/LICENSE.md +4 -1
- data/vendor/bundle/ruby/4.0.0/gems/rspec-support-3.13.7/README.md +40 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-1.88.0/LICENSE.txt +20 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-1.88.0/README.md +255 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-ast-1.49.1/LICENSE.txt +20 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-ast-1.49.1/README.md +54 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-capybara-2.23.0/CHANGELOG.md +116 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-capybara-2.23.0/MIT-LICENSE.md +21 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-capybara-2.23.0/README.md +91 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-factory_bot-2.28.0/CHANGELOG.md +135 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-factory_bot-2.28.0/MIT-LICENSE.md +21 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-factory_bot-2.28.0/README.md +91 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-performance-1.26.1/LICENSE.txt +20 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-performance-1.26.1/README.md +100 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-rspec-3.10.2/CHANGELOG.md +1136 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-rspec-3.10.2/MIT-LICENSE.md +21 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-rspec-3.10.2/README.md +112 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-rspec_rails-2.32.0/CHANGELOG.md +98 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-rspec_rails-2.32.0/MIT-LICENSE.md +21 -0
- data/vendor/bundle/ruby/4.0.0/gems/rubocop-rspec_rails-2.32.0/README.md +93 -0
- data/vendor/bundle/ruby/4.0.0/gems/ruby-progressbar-1.13.0/LICENSE.txt +19 -0
- data/vendor/bundle/ruby/4.0.0/gems/ruby-progressbar-1.13.0/README.md +131 -0
- data/vendor/bundle/ruby/4.0.0/gems/simplecov-0.22.0/CHANGELOG.md +191 -0
- data/vendor/bundle/ruby/4.0.0/gems/simplecov-0.22.0/LICENSE +20 -0
- data/vendor/bundle/ruby/4.0.0/gems/simplecov-0.22.0/README.md +974 -0
- data/vendor/bundle/ruby/4.0.0/gems/simplecov-cobertura-3.2.0/LICENSE +202 -0
- data/vendor/bundle/ruby/4.0.0/gems/simplecov-cobertura-3.2.0/README.md +65 -0
- data/vendor/bundle/ruby/4.0.0/gems/simplecov-html-0.13.2/CHANGELOG.md +114 -0
- data/vendor/bundle/ruby/4.0.0/gems/simplecov-html-0.13.2/LICENSE +20 -0
- data/vendor/bundle/ruby/4.0.0/gems/simplecov-html-0.13.2/README.md +30 -0
- data/vendor/bundle/ruby/4.0.0/gems/simplecov_json_formatter-0.1.4/CHANGELOG.md +13 -0
- data/vendor/bundle/ruby/4.0.0/gems/simplecov_json_formatter-0.1.4/README.md +29 -0
- data/vendor/bundle/ruby/{3.4.0/gems/typhoeus-1.4.1 → 4.0.0/gems/typhoeus-1.6.0}/CHANGELOG.md +56 -1
- data/vendor/bundle/ruby/{3.4.0/gems/typhoeus-1.4.1 → 4.0.0/gems/typhoeus-1.6.0}/README.md +2 -2
- data/vendor/bundle/ruby/4.0.0/gems/unicode-display_width-3.2.0/CHANGELOG.md +299 -0
- data/vendor/bundle/ruby/4.0.0/gems/unicode-display_width-3.2.0/MIT-LICENSE.txt +22 -0
- data/vendor/bundle/ruby/4.0.0/gems/unicode-display_width-3.2.0/README.md +194 -0
- data/vendor/bundle/ruby/4.0.0/gems/unicode-emoji-4.2.0/CHANGELOG.md +202 -0
- data/vendor/bundle/ruby/4.0.0/gems/unicode-emoji-4.2.0/MIT-LICENSE.txt +20 -0
- data/vendor/bundle/ruby/4.0.0/gems/unicode-emoji-4.2.0/README.md +205 -0
- data/vendor/bundle/ruby/4.0.0/gems/webmock-3.26.2/CHANGELOG.md +2148 -0
- data/vendor/bundle/ruby/4.0.0/gems/webmock-3.26.2/LICENSE +20 -0
- data/vendor/bundle/ruby/4.0.0/gems/webmock-3.26.2/README.md +1229 -0
- metadata +170 -65
- data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.2/CHANGELOG.md +0 -255
- data/vendor/bundle/ruby/3.4.0/gems/benchmark-0.4.0/README.md +0 -138
- data/vendor/bundle/ruby/3.4.0/gems/multi_json-1.15.0/CHANGELOG.md +0 -275
- data/vendor/bundle/ruby/3.4.0/gems/multi_json-1.15.0/README.md +0 -121
- data/vendor/bundle/ruby/3.4.0/gems/opentelemetry-api-1.5.0/CHANGELOG.md +0 -193
- data/vendor/bundle/ruby/3.4.0/gems/public_suffix-6.0.2/CHANGELOG.md +0 -498
- /data/vendor/bundle/ruby/{3.4.0/bundler/gems/my-rubocop-3bcd2110ca87 → 4.0.0/bundler/gems/my-rubocop-2b861962124a}/LICENSE +0 -0
- /data/vendor/bundle/ruby/{3.4.0/bundler/gems/my-rubocop-3bcd2110ca87 → 4.0.0/bundler/gems/my-rubocop-2b861962124a}/README.md +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/activesupport-8.0.2 → 4.0.0/gems/activesupport-8.1.3}/MIT-LICENSE +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/addressable-2.8.7 → 4.0.0/gems/addressable-2.9.0}/LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/base64-0.2.0 → 4.0.0/gems/base64-0.3.0}/README.md +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/bigdecimal-3.1.9 → 4.0.0/gems/bigdecimal-4.1.2}/LICENSE +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/concurrent-ruby-1.3.5 → 4.0.0/gems/concurrent-ruby-1.3.7}/LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/connection_pool-2.5.3 → 4.0.0/gems/connection_pool-3.0.2}/LICENSE +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/base64-0.2.0 → 4.0.0/gems/drb-2.2.3}/LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/ethon-0.16.0 → 4.0.0/gems/ethon-0.18.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/ffi-1.17.2-x86_64-linux-gnu → 4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu}/LICENSE +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/ffi-1.17.2-x86_64-linux-gnu → 4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu}/LICENSE.SPECS +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/hitimes-3.1.0 → 4.0.0/gems/hitimes-3.2.0}/LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/i18n-1.14.7 → 4.0.0/gems/i18n-1.15.2}/MIT-LICENSE +0 -0
- /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/little-plugger-1.1.4/README.rdoc +0 -0
- /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/logger-1.7.0/README.md +0 -0
- /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/logging-2.4.0/LICENSE +0 -0
- /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/logging-2.4.0/README.md +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/msgpack-1.8.0 → 4.0.0/gems/msgpack-1.8.3}/LICENSE +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/opentelemetry-api-1.5.0 → 4.0.0/gems/opentelemetry-api-1.10.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/opentelemetry-api-1.5.0 → 4.0.0/gems/opentelemetry-api-1.10.0}/README.md +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/opentelemetry-common-0.22.0 → 4.0.0/gems/opentelemetry-common-0.25.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/opentelemetry-common-0.22.0 → 4.0.0/gems/opentelemetry-common-0.25.0}/README.md +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/rack-3.1.15 → 4.0.0/gems/rack-3.2.6}/MIT-LICENSE +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/rake-13.2.1 → 4.0.0/gems/rake-13.4.2}/MIT-LICENSE +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/rake-release-1.3.0 → 4.0.0/gems/rake-release-1.4.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/rake-release-1.3.0 → 4.0.0/gems/rake-release-1.4.0}/README.md +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/drb-2.2.1 → 4.0.0/gems/rexml-3.4.4}/LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/securerandom-0.4.1/README.md +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/typhoeus-1.4.1 → 4.0.0/gems/typhoeus-1.6.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/tzinfo-2.0.6/LICENSE +0 -0
- /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/tzinfo-2.0.6/README.md +0 -0
- /data/vendor/bundle/ruby/{3.4.0/gems/uri-1.0.3 → 4.0.0/gems/uri-1.1.1}/README.md +0 -0
|
@@ -0,0 +1,302 @@
|
|
|
1
|
+
# Release History: opentelemetry-sdk
|
|
2
|
+
|
|
3
|
+
### v1.12.0 / 2026-05-12
|
|
4
|
+
|
|
5
|
+
* ADDED: Add git tag to source URI in gemspec (#2101)
|
|
6
|
+
* FIXED: Consistent labels for otel.bsp.dropped_spans metric (#2108)
|
|
7
|
+
|
|
8
|
+
### v1.11.0 / 2026-04-07
|
|
9
|
+
|
|
10
|
+
* ADDED: Min Ruby Version 3.3 (#2070)
|
|
11
|
+
|
|
12
|
+
### v1.10.0 / 2025-10-14
|
|
13
|
+
|
|
14
|
+
- ADDED: Add span flags support for isRemote property
|
|
15
|
+
|
|
16
|
+
### v1.9.0 / 2025-09-16
|
|
17
|
+
|
|
18
|
+
- ADDED: Add record_exception option for in_span
|
|
19
|
+
|
|
20
|
+
### v1.8.1 / 2025-08-14
|
|
21
|
+
|
|
22
|
+
- FIXED: Remove patch constraint on Zipkin exporter
|
|
23
|
+
- DOCS: Fix Resource merge documentation
|
|
24
|
+
|
|
25
|
+
### v1.8.0 / 2025-02-25
|
|
26
|
+
|
|
27
|
+
- ADDED: Support 3.1 Min Version
|
|
28
|
+
|
|
29
|
+
### v1.7.0 / 2025-02-04
|
|
30
|
+
|
|
31
|
+
- ADDED: Add compatibility with env OTEL_SDK_DISABLED
|
|
32
|
+
|
|
33
|
+
### v1.6.0 / 2024-12-04
|
|
34
|
+
|
|
35
|
+
- ADDED: Add hooks to configure logs
|
|
36
|
+
|
|
37
|
+
### v1.5.0 / 2024-07-24
|
|
38
|
+
|
|
39
|
+
- ADDED: Add add_link to span api/sdk
|
|
40
|
+
- FIXED: Update `untraced` to suppress logging "Calling finish on an ended Span" warnings
|
|
41
|
+
|
|
42
|
+
### v1.4.1 / 2024-03-21
|
|
43
|
+
|
|
44
|
+
- FIXED: ForwardingLogger should forward block param.
|
|
45
|
+
|
|
46
|
+
### v1.4.0 / 2024-01-25
|
|
47
|
+
|
|
48
|
+
- ADDED: Add spans to Trace::ExportError
|
|
49
|
+
|
|
50
|
+
### v1.3.2 / 2024-01-23
|
|
51
|
+
|
|
52
|
+
- FIXED: Reduce allocations on GraphQL hot paths
|
|
53
|
+
- FIXED: Add context to metrics reporting of buffer-full events
|
|
54
|
+
|
|
55
|
+
### v1.3.1 / 2023-11-02
|
|
56
|
+
|
|
57
|
+
- FIXED: Spec compliance for span attribute limit
|
|
58
|
+
- FIXED: BatchSpanProcessor#force_flush: purge inherited spans even on shutdown
|
|
59
|
+
|
|
60
|
+
### v1.3.0 / 2023-06-08
|
|
61
|
+
|
|
62
|
+
- BREAKING CHANGE: Remove support for EoL Ruby 2.7
|
|
63
|
+
|
|
64
|
+
- ADDED: Remove support for EoL Ruby 2.7
|
|
65
|
+
- FIXED: SDK requires opentelemetry-common 0.19.7
|
|
66
|
+
|
|
67
|
+
### v1.2.1 / 2023-05-30
|
|
68
|
+
|
|
69
|
+
- FIXED: Untraced only works with parent-based sampler
|
|
70
|
+
- DOCS: Improve formatting of usage examples in OpenTelemetry SDK rubydocs
|
|
71
|
+
|
|
72
|
+
### v1.2.0 / 2022-09-14
|
|
73
|
+
|
|
74
|
+
- ADDED: Support OTEL_PROPAGATORS=none
|
|
75
|
+
- ADDED: Support OTEL*ATTRIBUTE*{COUNT,VALUE_LENGTH}\_LIMIT env vars
|
|
76
|
+
- ADDED: Support InstrumentationScope, and update OTLP proto to 0.18.0
|
|
77
|
+
- FIXED: SpanLimits setting event attributes length limit
|
|
78
|
+
|
|
79
|
+
### v1.1.0 / 2022-05-26
|
|
80
|
+
|
|
81
|
+
- BREAKING CHANGE: This requires upgrading both the SDK and Instrumentation gem in tandem
|
|
82
|
+
|
|
83
|
+
### v1.0.3 / 2022-05-02
|
|
84
|
+
|
|
85
|
+
- ADDED: Truncate the strings in an array attribute value if length_limit is configured
|
|
86
|
+
- FIXED: Update attribute length limit env var name to match spec
|
|
87
|
+
- FIXED: Warning about Struct initialization in Ruby 3.2+
|
|
88
|
+
- FIXED: Warn on unsupported otlp transport protocols
|
|
89
|
+
- FIXED: Only allow certain types of Numeric values as attribute values.
|
|
90
|
+
|
|
91
|
+
### v1.0.2 / 2021-12-01
|
|
92
|
+
|
|
93
|
+
- FIXED: Default span kind
|
|
94
|
+
- FIXED: Use monotonic clock where possible
|
|
95
|
+
|
|
96
|
+
### v1.0.1 / 2021-10-29
|
|
97
|
+
|
|
98
|
+
- FIXED: Add unexpected error handling in BSP and OTLP exporter (#995)
|
|
99
|
+
|
|
100
|
+
### v1.0.0 / 2021-09-29
|
|
101
|
+
|
|
102
|
+
- (No significant changes)
|
|
103
|
+
|
|
104
|
+
### v1.0.0.rc3 / 2021-08-12
|
|
105
|
+
|
|
106
|
+
- BREAKING CHANGE: Remove optional parent_context from in_span
|
|
107
|
+
- BREAKING CHANGE: Replace Time.now with Process.clock_gettime
|
|
108
|
+
- BREAKING CHANGE: Refactor Baggage to remove Noop\*
|
|
109
|
+
- BREAKING CHANGE: Remove unnecessary readers from SDK Tracer
|
|
110
|
+
- BREAKING CHANGE: Total order constraint on span.status=
|
|
111
|
+
- BREAKING CHANGE: Use auto-generated resource constants in sdk and resource_detectors
|
|
112
|
+
- BREAKING CHANGE: Span limits env vars
|
|
113
|
+
|
|
114
|
+
- ADDED: Add Tracer.non_recording_span to API
|
|
115
|
+
- ADDED: Add unnamed tracer warning message
|
|
116
|
+
- ADDED: Allow disabling of install messages
|
|
117
|
+
- ADDED: Make API's NoopTextMapPropagator private
|
|
118
|
+
- ADDED: Use auto-generated resource constants in sdk and resource_detectors
|
|
119
|
+
- ADDED: Allow selecting multiple exporter
|
|
120
|
+
- ADDED: Add explicit BSP export error
|
|
121
|
+
- FIXED: Remove optional parent_context from in_span
|
|
122
|
+
- FIXED: Replace Time.now with Process.clock_gettime
|
|
123
|
+
- FIXED: Rename cloud.zone to cloud.availability_zone
|
|
124
|
+
- FIXED: Improve attribute error messages
|
|
125
|
+
- FIXED: Refactor Baggage to remove Noop\*
|
|
126
|
+
- FIXED: Support OTEL_SERVICE_NAME env var
|
|
127
|
+
- FIXED: Remove unnecessary readers from SDK Tracer
|
|
128
|
+
- FIXED: Total order constraint on span.status=
|
|
129
|
+
- FIXED: Flakey tracer provider test
|
|
130
|
+
- FIXED: Split lock in TracerProvider
|
|
131
|
+
- FIXED: Span limits env vars
|
|
132
|
+
- FIXED: Prune invalid links
|
|
133
|
+
- DOCS: Update docs to rely more on environment variable configuration
|
|
134
|
+
|
|
135
|
+
### v1.0.0.rc2 / 2021-06-23
|
|
136
|
+
|
|
137
|
+
- BREAKING CHANGE: Remove optional parent_context from in_span [729](https://github.com/open-telemetry/opentelemetry-ruby/pull/729)
|
|
138
|
+
- BREAKING CHANGE: Replace Time.now with Process.clock_gettime [717](https://github.com/open-telemetry/opentelemetry-ruby/pull/717)
|
|
139
|
+
- BREAKING CHANGE: Refactor Baggage to remove Noop\* [800](https://github.com/open-telemetry/opentelemetry-ruby/pull/800)
|
|
140
|
+
- BREAKING CHANGE: Remove unnecessary readers from SDK Tracer [820](https://github.com/open-telemetry/opentelemetry-ruby/pull/820)
|
|
141
|
+
- Tracer no longer surfaces attribute readers for the name, version, or tracer_provider
|
|
142
|
+
- BREAKING CHANGE: Total order constraint on span.status= [805](https://github.com/open-telemetry/opentelemetry-ruby/pull/805)
|
|
143
|
+
|
|
144
|
+
- ADDED: Add Tracer.non_recording_span to API [799](https://github.com/open-telemetry/opentelemetry-ruby/pull/799)
|
|
145
|
+
- ADDED: Add unnamed tracer warning message [830](https://github.com/open-telemetry/opentelemetry-ruby/pull/830)
|
|
146
|
+
- ADDED: Allow disabling of install messages [831](https://github.com/open-telemetry/opentelemetry-ruby/pull/831)
|
|
147
|
+
- FIXED: Rename cloud.zone to cloud.availability_zone [734](https://github.com/open-telemetry/opentelemetry-ruby/pull/734)
|
|
148
|
+
- FIXED: Improve attribute error messages [742](https://github.com/open-telemetry/opentelemetry-ruby/pull/742)
|
|
149
|
+
- FIXED: Support OTEL_SERVICE_NAME env var [806]https://github.com/open-telemetry/opentelemetry-ruby/pull/806
|
|
150
|
+
- FIXED: Flakey tracer provider test
|
|
151
|
+
|
|
152
|
+
### v1.0.0.rc1 / 2021-05-21
|
|
153
|
+
|
|
154
|
+
- BREAKING CHANGE: Remove optional parent_context from in_span
|
|
155
|
+
- BREAKING CHANGE: Replace Time.now with Process.clock_gettime
|
|
156
|
+
|
|
157
|
+
- FIXED: Remove optional parent_context from in_span
|
|
158
|
+
- FIXED: Replace Time.now with Process.clock_gettime
|
|
159
|
+
- FIXED: Rename cloud.zone to cloud.availability_zone
|
|
160
|
+
- FIXED: Improve attribute error messages
|
|
161
|
+
|
|
162
|
+
### v0.17.0 / 2021-04-22
|
|
163
|
+
|
|
164
|
+
- BREAKING CHANGE: Replace TextMapInjector/TextMapExtractor pairs with a TextMapPropagator.
|
|
165
|
+
|
|
166
|
+
[Check the propagator documentation](https://open-telemetry.github.io/opentelemetry-ruby/) for the new usage.
|
|
167
|
+
|
|
168
|
+
- ADDED: Add zipkin exporter
|
|
169
|
+
- ADDED: Processors validate exporters on init.
|
|
170
|
+
- ADDED: Add configurable truncation of span and event attribute values
|
|
171
|
+
- ADDED: Add simple 'recording' attr_accessor to InMemorySpanExporter
|
|
172
|
+
- FIXED: Typo in error message
|
|
173
|
+
- FIXED: Improve configuration error reporting
|
|
174
|
+
- FIXED: Refactor propagators to add #fields
|
|
175
|
+
|
|
176
|
+
### v0.16.0 / 2021-03-17
|
|
177
|
+
|
|
178
|
+
- BREAKING CHANGE: Update SDK BaggageManager to match API
|
|
179
|
+
- BREAKING CHANGE: Implement Exporter#force_flush
|
|
180
|
+
|
|
181
|
+
- ADDED: Add force_flush to SDK's TracerProvider
|
|
182
|
+
- ADDED: Add k8s node to gcp resource detector
|
|
183
|
+
- ADDED: Add console option for OTEL_TRACES_EXPORTER
|
|
184
|
+
- ADDED: Span#add_attributes
|
|
185
|
+
- ADDED: Implement Exporter#force_flush
|
|
186
|
+
- FIXED: Update SDK BaggageManager to match API
|
|
187
|
+
- DOCS: Replace Gitter with GitHub Discussions
|
|
188
|
+
|
|
189
|
+
### v0.15.0 / 2021-02-18
|
|
190
|
+
|
|
191
|
+
- BREAKING CHANGE: Streamline processor pipeline
|
|
192
|
+
|
|
193
|
+
- ADDED: Add instrumentation config validation
|
|
194
|
+
- FIXED: Streamline processor pipeline
|
|
195
|
+
- FIXED: OTEL_TRACE -> OTEL_TRACES env vars
|
|
196
|
+
- FIXED: Change limits from 1000 to 128
|
|
197
|
+
- FIXED: OTEL_TRACES_EXPORTER and OTEL_PROPAGATORS
|
|
198
|
+
- FIXED: Add thread error handling to the BSP
|
|
199
|
+
- DOCS: Clarify nil attribute values not allowed
|
|
200
|
+
|
|
201
|
+
### v0.14.0 / 2021-02-03
|
|
202
|
+
|
|
203
|
+
- BREAKING CHANGE: Replace getter and setter callables and remove rack specific propagators
|
|
204
|
+
|
|
205
|
+
- ADDED: Replace getter and setter callables and remove rack specific propagators
|
|
206
|
+
|
|
207
|
+
### v0.13.1 / 2021-02-01
|
|
208
|
+
|
|
209
|
+
- FIXED: Leaky test
|
|
210
|
+
- FIXED: Allow env var override of service.name
|
|
211
|
+
|
|
212
|
+
### v0.13.0 / 2021-01-29
|
|
213
|
+
|
|
214
|
+
- BREAKING CHANGE: Remove MILLIS from BatchSpanProcessor vars
|
|
215
|
+
|
|
216
|
+
- ADDED: Process.runtime resource
|
|
217
|
+
- ADDED: Provide default resource in SDK
|
|
218
|
+
- ADDED: Add optional attributes to record_exception
|
|
219
|
+
- FIXED: Resource.merge consistency
|
|
220
|
+
- FIXED: Remove MILLIS from BatchSpanProcessor vars
|
|
221
|
+
|
|
222
|
+
### v0.12.1 / 2021-01-13
|
|
223
|
+
|
|
224
|
+
- FIXED: Fix several BatchSpanProcessor errors related to fork safety
|
|
225
|
+
- FIXED: Define default value for traceid ratio
|
|
226
|
+
|
|
227
|
+
### v0.12.0 / 2020-12-24
|
|
228
|
+
|
|
229
|
+
- ADDED: Structured error handling
|
|
230
|
+
- ADDED: Pluggable ID generation
|
|
231
|
+
- FIXED: BSP dropped span buffer full reporting
|
|
232
|
+
- FIXED: Implement SDK environment variables
|
|
233
|
+
- FIXED: Remove incorrect TODO
|
|
234
|
+
|
|
235
|
+
### v0.11.1 / 2020-12-16
|
|
236
|
+
|
|
237
|
+
- FIXED: BSP dropped span buffer full reporting
|
|
238
|
+
|
|
239
|
+
### v0.11.0 / 2020-12-11
|
|
240
|
+
|
|
241
|
+
- ADDED: Metrics reporting from trace export
|
|
242
|
+
- FIXED: Copyright comments to not reference year
|
|
243
|
+
|
|
244
|
+
### v0.10.0 / 2020-12-03
|
|
245
|
+
|
|
246
|
+
- BREAKING CHANGE: Allow samplers to modify tracestate
|
|
247
|
+
|
|
248
|
+
- FIXED: Allow samplers to modify tracestate
|
|
249
|
+
|
|
250
|
+
### v0.9.0 / 2020-11-27
|
|
251
|
+
|
|
252
|
+
- BREAKING CHANGE: Pass full Context to samplers
|
|
253
|
+
- BREAKING CHANGE: Add timeout for force_flush and shutdown
|
|
254
|
+
|
|
255
|
+
- ADDED: Add OTEL_RUBY_BSP_START_THREAD_ON_BOOT env var
|
|
256
|
+
- ADDED: Add timeout for force_flush and shutdown
|
|
257
|
+
- FIXED: Signal at batch_size
|
|
258
|
+
- FIXED: SDK Span.recording? after finish
|
|
259
|
+
- FIXED: Pass full Context to samplers
|
|
260
|
+
- DOCS: Add documentation on usage scenarios for span processors
|
|
261
|
+
|
|
262
|
+
### v0.8.0 / 2020-10-27
|
|
263
|
+
|
|
264
|
+
- BREAKING CHANGE: Move context/span methods to Trace module
|
|
265
|
+
- BREAKING CHANGE: Remove 'canonical' from status codes
|
|
266
|
+
- BREAKING CHANGE: Assorted SpanContext fixes
|
|
267
|
+
|
|
268
|
+
- FIXED: Move context/span methods to Trace module
|
|
269
|
+
- FIXED: Remove 'canonical' from status codes
|
|
270
|
+
- FIXED: Assorted SpanContext fixes
|
|
271
|
+
|
|
272
|
+
### v0.7.0 / 2020-10-07
|
|
273
|
+
|
|
274
|
+
- ADDED: Add service_name setter to configurator
|
|
275
|
+
- ADDED: Add service_version setter to configurator
|
|
276
|
+
- FIXED: Fork safety for batch processor
|
|
277
|
+
- FIXED: Don't generate a span ID unnecessarily
|
|
278
|
+
- DOCS: Fix Configurator#add_span_processor
|
|
279
|
+
- DOCS: Standardize top-level docs structure and readme
|
|
280
|
+
|
|
281
|
+
### v0.6.0 / 2020-09-10
|
|
282
|
+
|
|
283
|
+
- BREAKING CHANGE: Rename Resource labels to attributes
|
|
284
|
+
- BREAKING CHANGE: Export resource from Span/SpanData instead of library_resource
|
|
285
|
+
- BREAKING CHANGE: Rename CorrelationContext to Baggage
|
|
286
|
+
- BREAKING CHANGE: Rename Text* to TextMap* (propagators, injectors, extractors)
|
|
287
|
+
- BREAKING CHANGE: Rename span.record_error to span.record_exception
|
|
288
|
+
- BREAKING CHANGE: Update samplers to match spec
|
|
289
|
+
- BREAKING CHANGE: Remove support for lazy event creation
|
|
290
|
+
|
|
291
|
+
- ADDED: Add OTLP exporter
|
|
292
|
+
- ADDED: Add support for OTEL_LOG_LEVEL env var
|
|
293
|
+
- FIXED: Rename Resource labels to attributes
|
|
294
|
+
- ADDED: Environment variable resource detection
|
|
295
|
+
- ADDED: BatchSpanProcessor environment variable support
|
|
296
|
+
- FIXED: Remove semver prefix
|
|
297
|
+
- FIXED: Docs for array valued attributes
|
|
298
|
+
- ADDED: Add hex_trace_id and hex_span_id helpers to SpanData
|
|
299
|
+
- FIXED: Fix ProbabilitySampler
|
|
300
|
+
- ADDED: Implement GetCorrelations
|
|
301
|
+
- FIXED: Change default Sampler to ParentOrElse(AlwaysOn)
|
|
302
|
+
- FIXED: Fix probability sampler
|
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright The OpenTelemetry Authors
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
# opentelemetry-sdk
|
|
2
|
+
|
|
3
|
+
The `opentelemetry-sdk` gem provides the reference implementation of the OpenTelemetry Ruby API. Using `opentelemetry-sdk`, an application can collect, analyze, and export telemetry data such as distributed traces and metrics.
|
|
4
|
+
|
|
5
|
+
## What is OpenTelemetry?
|
|
6
|
+
|
|
7
|
+
[OpenTelemetry][opentelemetry-home] is an open source observability framework, providing a general-purpose API, SDK, and related tools required for the instrumentation of cloud-native software, frameworks, and libraries.
|
|
8
|
+
|
|
9
|
+
OpenTelemetry provides a single set of APIs, libraries, agents, and collector services to capture distributed traces and metrics from your application. You can analyze them using Prometheus, Jaeger, and other observability tools.
|
|
10
|
+
|
|
11
|
+
## How does this gem fit in?
|
|
12
|
+
|
|
13
|
+
The `opentelemetry-sdk` gem provides the reference implementation of the OpenTelemetry Ruby interfaces defined in the `opentelemetry-api` gem. That is, it includes the *functionality* needed to collect, analyze, and export telemetry data produced using the API.
|
|
14
|
+
|
|
15
|
+
Generally, Ruby *applications* should install `opentelemetry-sdk` (or
|
|
16
|
+
other concrete implementation of the OpenTelemetry API). Using the SDK,
|
|
17
|
+
an application can configure how it wants telemetry data to be handled,
|
|
18
|
+
including which data should be persisted, how it should be formatted,
|
|
19
|
+
and where it should be recorded or exported. However, *libraries* that
|
|
20
|
+
produce telemetry data should generally depend only on
|
|
21
|
+
`opentelemetry-api`, deferring the choice of concrete implementation to the application developer.
|
|
22
|
+
|
|
23
|
+
## How do I get started?
|
|
24
|
+
|
|
25
|
+
Install the gem using:
|
|
26
|
+
|
|
27
|
+
```sh
|
|
28
|
+
gem install opentelemetry-sdk
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
Or, if you use [bundler][bundler-home], include `opentelemetry-sdk` in your `Gemfile`.
|
|
32
|
+
|
|
33
|
+
Then, configure the SDK according to your desired handling of telemetry data, and use the OpenTelemetry interfaces to produces traces and other information. Following is a basic example.
|
|
34
|
+
|
|
35
|
+
```ruby
|
|
36
|
+
require 'opentelemetry/sdk'
|
|
37
|
+
|
|
38
|
+
# Configure the sdk with default export and context propagation formats.
|
|
39
|
+
OpenTelemetry::SDK.configure
|
|
40
|
+
|
|
41
|
+
# Many configuration options may be set via the environment. To use them,
|
|
42
|
+
# set the appropriate variable before calling configure. For example:
|
|
43
|
+
#
|
|
44
|
+
# ENV['OTEL_TRACES_EXPORTER'] = 'console'
|
|
45
|
+
# ENV['OTEL_PROPAGATORS'] = 'ottrace'
|
|
46
|
+
# OpenTelemetry::SDK.configure
|
|
47
|
+
#
|
|
48
|
+
# You may also configure the SDK programmatically, for advanced usage or to
|
|
49
|
+
# enable auto-instrumentation. For example:
|
|
50
|
+
#
|
|
51
|
+
# OpenTelemetry::SDK.configure do |c|
|
|
52
|
+
# c.service_name = something_calculated_dynamically
|
|
53
|
+
# c.add_span_processor(
|
|
54
|
+
# OpenTelemetry::SDK::Trace::Export::SimpleSpanProcessor.new(
|
|
55
|
+
# OpenTelemetry::SDK::Trace::Export::ConsoleSpanExporter.new
|
|
56
|
+
# )
|
|
57
|
+
# )
|
|
58
|
+
#
|
|
59
|
+
# c.use 'OpenTelemetry::Instrumentation::Net::HTTP'
|
|
60
|
+
# end
|
|
61
|
+
#
|
|
62
|
+
# Note that the SimpleSpanProcessor is not recommended for use in production.
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
# To start a trace you need to get a Tracer from the TracerProvider
|
|
66
|
+
tracer = OpenTelemetry.tracer_provider.tracer('my_app_or_gem', '0.1.0')
|
|
67
|
+
|
|
68
|
+
# create a span
|
|
69
|
+
tracer.in_span('foo') do |span|
|
|
70
|
+
# set an attribute
|
|
71
|
+
span.set_attribute('platform', 'osx')
|
|
72
|
+
# add an event
|
|
73
|
+
span.add_event('event in bar')
|
|
74
|
+
# create bar as child of foo
|
|
75
|
+
tracer.in_span('bar') do |child_span|
|
|
76
|
+
# inspect the span
|
|
77
|
+
pp child_span
|
|
78
|
+
end
|
|
79
|
+
end
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
For additional examples, see the [examples on github][examples-github].
|
|
83
|
+
|
|
84
|
+
## How can I get involved?
|
|
85
|
+
|
|
86
|
+
The `opentelemetry-sdk` gem source is [on github][repo-github], along with related gems including `opentelemetry-api`.
|
|
87
|
+
|
|
88
|
+
The OpenTelemetry Ruby gems are maintained by the OpenTelemetry-Ruby special interest group (SIG). You can get involved by joining us in [GitHub Discussions][discussions-url] or attending our weekly meeting. See the [meeting calendar][community-meetings] for dates and times. For more information on this and other language SIGs, see the OpenTelemetry [community page][ruby-sig].
|
|
89
|
+
|
|
90
|
+
## License
|
|
91
|
+
|
|
92
|
+
The `opentelemetry-sdk` gem is distributed under the Apache 2.0 license. See [LICENSE][license-github] for more information.
|
|
93
|
+
|
|
94
|
+
[opentelemetry-home]: https://opentelemetry.io
|
|
95
|
+
[bundler-home]: https://bundler.io
|
|
96
|
+
[repo-github]: https://github.com/open-telemetry/opentelemetry-ruby
|
|
97
|
+
[license-github]: https://github.com/open-telemetry/opentelemetry-ruby/blob/main/LICENSE
|
|
98
|
+
[examples-github]: https://github.com/open-telemetry/opentelemetry-ruby/tree/main/examples
|
|
99
|
+
[ruby-sig]: https://github.com/open-telemetry/community#ruby-sig
|
|
100
|
+
[community-meetings]: https://github.com/open-telemetry/community#community-meetings
|
|
101
|
+
[discussions-url]: https://github.com/open-telemetry/opentelemetry-ruby/discussions
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
# Release History: opentelemetry-semantic_conventions
|
|
2
|
+
|
|
3
|
+
### v1.41.0 / 2026-06-10
|
|
4
|
+
|
|
5
|
+
* ADDED: Update dependency open-telemetry/semantic-conventions to v1.41.1 (#2184)
|
|
6
|
+
|
|
7
|
+
### v1.40.0 / 2026-06-09
|
|
8
|
+
|
|
9
|
+
* ADDED: Update dependency open-telemetry/semantic-conventions to v1.40.0 (#2173)
|
|
10
|
+
|
|
11
|
+
### v1.39.0 / 2026-06-03
|
|
12
|
+
|
|
13
|
+
* ADDED: Update dependency open-telemetry/semantic-conventions to v1.39.0 (#2137)
|
|
14
|
+
|
|
15
|
+
### v1.38.0 / 2026-05-21
|
|
16
|
+
|
|
17
|
+
* ADDED: Update semantic conventions to v1.38.0 (#2136)
|
|
18
|
+
|
|
19
|
+
### v1.37.1 / 2026-05-12
|
|
20
|
+
|
|
21
|
+
* ADDED: Add git tag to source URI in gemspec (#2101)
|
|
22
|
+
|
|
23
|
+
### v1.37.0 / 2026-04-07
|
|
24
|
+
|
|
25
|
+
* ADDED: Bump semantic conventions to version 1.37.0 (#1952)
|
|
26
|
+
* ADDED: Min Ruby Version 3.3 (#2070)
|
|
27
|
+
* FIXED: Correct & simplify codegen templates (#2059)
|
|
28
|
+
* FIXED: Tweak weaver generation to include new line (#2071)
|
|
29
|
+
|
|
30
|
+
### v1.36.0 / 2025-09-16
|
|
31
|
+
|
|
32
|
+
* ADDED: Update to v1.36 in a non-breaking way
|
|
33
|
+
|
|
34
|
+
### v1.11.0 / 2025-02-25
|
|
35
|
+
|
|
36
|
+
- ADDED: Support 3.1 Min Version
|
|
37
|
+
|
|
38
|
+
### v1.10.1 / 2024-07-24
|
|
39
|
+
|
|
40
|
+
- BREAKING CHANGE: Remove support for EoL Ruby 2.7
|
|
41
|
+
|
|
42
|
+
- ADDED: Remove support for EoL Ruby 2.7
|
|
43
|
+
|
|
44
|
+
### v1.10.0 / 2023-05-30
|
|
45
|
+
|
|
46
|
+
- FIXED: Warning messages from gem build
|
|
47
|
+
|
|
48
|
+
### v1.8.0 / 2022-01-06
|
|
49
|
+
|
|
50
|
+
- (No significant changes)
|
|
51
|
+
|
|
52
|
+
### v1.6.1 / 2021-09-29
|
|
53
|
+
|
|
54
|
+
- (No significant changes)
|
|
55
|
+
|
|
56
|
+
### v1.6.0 / 2021-08-12
|
|
57
|
+
|
|
58
|
+
- BREAKING CHANGE: Update opentelemetry-semantic_conventions to the 1.5.0 spec release
|
|
59
|
+
|
|
60
|
+
- ADDED: Update opentelemetry-semantic_conventions to the 1.5.0 spec release
|
|
61
|
+
- ADDED: Update to semantic conventions v1.6.0
|
|
62
|
+
|
|
63
|
+
### v1.4.0 / 2021-07-07
|
|
64
|
+
|
|
65
|
+
- Initial release.
|