restify 2.0.1 → 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 +16 -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 +7 -11
- 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 +79 -7
- 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/bundler/gems/my-rubocop-2b861962124a/LICENSE +21 -0
- data/vendor/bundle/ruby/4.0.0/bundler/gems/my-rubocop-2b861962124a/README.md +23 -0
- data/vendor/bundle/ruby/4.0.0/gems/activesupport-8.1.3/CHANGELOG.md +561 -0
- data/vendor/bundle/ruby/4.0.0/gems/activesupport-8.1.3/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/4.0.0/gems/activesupport-8.1.3/README.rdoc +40 -0
- data/vendor/bundle/ruby/4.0.0/gems/addressable-2.9.0/CHANGELOG.md +326 -0
- data/vendor/bundle/ruby/4.0.0/gems/addressable-2.9.0/LICENSE.txt +202 -0
- data/vendor/bundle/ruby/4.0.0/gems/addressable-2.9.0/README.md +121 -0
- 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/4.0.0/gems/base64-0.3.0/README.md +48 -0
- data/vendor/bundle/ruby/4.0.0/gems/bigdecimal-4.1.2/LICENSE +56 -0
- data/vendor/bundle/ruby/4.0.0/gems/concurrent-ruby-1.3.7/CHANGELOG.md +615 -0
- data/vendor/bundle/ruby/4.0.0/gems/concurrent-ruby-1.3.7/LICENSE.txt +21 -0
- data/vendor/bundle/ruby/4.0.0/gems/concurrent-ruby-1.3.7/README.md +409 -0
- data/vendor/bundle/ruby/4.0.0/gems/connection_pool-3.0.2/LICENSE +20 -0
- data/vendor/bundle/ruby/4.0.0/gems/connection_pool-3.0.2/README.md +182 -0
- 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/4.0.0/gems/drb-2.2.3/LICENSE.txt +22 -0
- data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/CHANGELOG.md +417 -0
- data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/LICENSE +20 -0
- data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/README.md +118 -0
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/CHANGELOG.md +507 -0
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/LICENSE +24 -0
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/LICENSE.SPECS +22 -0
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/README.md +138 -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/4.0.0/gems/hitimes-3.2.0/LICENSE.txt +16 -0
- data/vendor/bundle/ruby/4.0.0/gems/hitimes-3.2.0/README.md +187 -0
- data/vendor/bundle/ruby/4.0.0/gems/i18n-1.15.2/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/4.0.0/gems/i18n-1.15.2/README.md +139 -0
- 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/4.0.0/gems/little-plugger-1.1.4/README.rdoc +53 -0
- data/vendor/bundle/ruby/4.0.0/gems/logger-1.7.0/README.md +104 -0
- data/vendor/bundle/ruby/4.0.0/gems/logging-2.4.0/LICENSE +22 -0
- data/vendor/bundle/ruby/4.0.0/gems/logging-2.4.0/README.md +140 -0
- data/vendor/bundle/ruby/4.0.0/gems/minitest-6.0.6/README.rdoc +763 -0
- data/vendor/bundle/ruby/4.0.0/gems/msgpack-1.8.3/ChangeLog +383 -0
- data/vendor/bundle/ruby/4.0.0/gems/msgpack-1.8.3/LICENSE +177 -0
- data/vendor/bundle/ruby/4.0.0/gems/msgpack-1.8.3/README.md +302 -0
- 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/4.0.0/gems/opentelemetry-api-1.10.0/LICENSE +201 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-api-1.10.0/README.md +68 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-common-0.25.0/CHANGELOG.md +110 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-common-0.25.0/LICENSE +201 -0
- data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-common-0.25.0/README.md +62 -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/4.0.0/gems/public_suffix-7.0.5/LICENSE.txt +22 -0
- data/vendor/bundle/ruby/4.0.0/gems/public_suffix-7.0.5/README.md +231 -0
- 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/4.0.0/gems/rack-3.2.6/CHANGELOG.md +1346 -0
- data/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/README.md +384 -0
- 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/4.0.0/gems/rake-13.4.2/MIT-LICENSE +21 -0
- data/vendor/bundle/ruby/4.0.0/gems/rake-13.4.2/README.rdoc +155 -0
- data/vendor/bundle/ruby/4.0.0/gems/rake-release-1.4.0/LICENSE +21 -0
- data/vendor/bundle/ruby/4.0.0/gems/rake-release-1.4.0/README.md +107 -0
- 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/LICENSE.txt +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/4.0.0/gems/rspec-support-3.13.7/LICENSE.md +23 -0
- 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/securerandom-0.4.1/README.md +72 -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/4.0.0/gems/typhoeus-1.6.0/CHANGELOG.md +465 -0
- data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/LICENSE +22 -0
- data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/README.md +588 -0
- data/vendor/bundle/ruby/4.0.0/gems/tzinfo-2.0.6/LICENSE +19 -0
- data/vendor/bundle/ruby/4.0.0/gems/tzinfo-2.0.6/README.md +406 -0
- 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/uri-1.1.1/README.md +55 -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 +171 -4
- data/doc/file.README.html +0 -192
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
libev is a high-performance event loop/event model with lots of features.
|
|
2
|
+
(see benchmark at http://libev.schmorp.de/bench.html)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
ABOUT
|
|
6
|
+
|
|
7
|
+
Homepage: http://software.schmorp.de/pkg/libev
|
|
8
|
+
Mailinglist: libev@lists.schmorp.de
|
|
9
|
+
http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev
|
|
10
|
+
Library Documentation: http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod
|
|
11
|
+
|
|
12
|
+
Libev is modelled (very losely) after libevent and the Event perl
|
|
13
|
+
module, but is faster, scales better and is more correct, and also more
|
|
14
|
+
featureful. And also smaller. Yay.
|
|
15
|
+
|
|
16
|
+
Some of the specialties of libev not commonly found elsewhere are:
|
|
17
|
+
|
|
18
|
+
- extensive and detailed, readable documentation (not doxygen garbage).
|
|
19
|
+
- fully supports fork, can detect fork in various ways and automatically
|
|
20
|
+
re-arms kernel mechanisms that do not support fork.
|
|
21
|
+
- highly optimised select, poll, linux epoll, linux aio, bsd kqueue
|
|
22
|
+
and solaris event ports backends.
|
|
23
|
+
- filesystem object (path) watching (with optional linux inotify support).
|
|
24
|
+
- wallclock-based times (using absolute time, cron-like).
|
|
25
|
+
- relative timers/timeouts (handle time jumps).
|
|
26
|
+
- fast intra-thread communication between multiple
|
|
27
|
+
event loops (with optional fast linux eventfd backend).
|
|
28
|
+
- extremely easy to embed (fully documented, no dependencies,
|
|
29
|
+
autoconf supported but optional).
|
|
30
|
+
- very small codebase, no bloated library, simple code.
|
|
31
|
+
- fully extensible by being able to plug into the event loop,
|
|
32
|
+
integrate other event loops, integrate other event loop users.
|
|
33
|
+
- very little memory use (small watchers, small event loop data).
|
|
34
|
+
- optional C++ interface allowing method and function callbacks
|
|
35
|
+
at no extra memory or runtime overhead.
|
|
36
|
+
- optional Perl interface with similar characteristics (capable
|
|
37
|
+
of running Glib/Gtk2 on libev).
|
|
38
|
+
- support for other languages (multiple C++ interfaces, D, Ruby,
|
|
39
|
+
Python) available from third-parties.
|
|
40
|
+
|
|
41
|
+
Examples of programs that embed libev: the EV perl module, node.js,
|
|
42
|
+
auditd, rxvt-unicode, gvpe (GNU Virtual Private Ethernet), the
|
|
43
|
+
Deliantra MMORPG server (http://www.deliantra.net/), Rubinius (a
|
|
44
|
+
next-generation Ruby VM), the Ebb web server, the Rev event toolkit.
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
CONTRIBUTORS
|
|
48
|
+
|
|
49
|
+
libev was written and designed by Marc Lehmann and Emanuele Giaquinta.
|
|
50
|
+
|
|
51
|
+
The following people sent in patches or made other noteworthy
|
|
52
|
+
contributions to the design (for minor patches, see the Changes
|
|
53
|
+
file. If I forgot to include you, please shout at me, it was an
|
|
54
|
+
accident):
|
|
55
|
+
|
|
56
|
+
W.C.A. Wijngaards
|
|
57
|
+
Christopher Layne
|
|
58
|
+
Chris Brody
|
|
59
|
+
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
# MIT License
|
|
2
|
+
|
|
3
|
+
Copyright, 2011-2020, by Tony Arcieri.
|
|
4
|
+
Copyright, 2012, by Bernd Ahlers.
|
|
5
|
+
Copyright, 2012, by Logan Bowers.
|
|
6
|
+
Copyright, 2012, by Dirkjan Bussink.
|
|
7
|
+
Copyright, 2013, by Sadayuki Furuhashi.
|
|
8
|
+
Copyright, 2013, by Shannon Skipper.
|
|
9
|
+
Copyright, 2013, by Stephen von Takach.
|
|
10
|
+
Copyright, 2013, by Tim Carey-Smith.
|
|
11
|
+
Copyright, 2013, by Per Lundberg.
|
|
12
|
+
Copyright, 2013, by Ravil Bayramgalin.
|
|
13
|
+
Copyright, 2013, by Luis Lavena.
|
|
14
|
+
Copyright, 2014, by Anatol Pomozov.
|
|
15
|
+
Copyright, 2014, by Hiroshi Shibata.
|
|
16
|
+
Copyright, 2014, by Marek Kowalcze.
|
|
17
|
+
Copyright, 2014, by Sergey Avseyev.
|
|
18
|
+
Copyright, 2014, by John Thornton.
|
|
19
|
+
Copyright, 2015-2017, by Tiago Cardoso.
|
|
20
|
+
Copyright, 2015, by Daniel Berger.
|
|
21
|
+
Copyright, 2015-2016, by Upekshe Jayasekera.
|
|
22
|
+
Copyright, 2015, by Vladimir Kochnev.
|
|
23
|
+
Copyright, 2016-2018, by Jun Aruga.
|
|
24
|
+
Copyright, 2016, by Omer Katz.
|
|
25
|
+
Copyright, 2016, by Denis Washington.
|
|
26
|
+
Copyright, 2016-2021, by Olle Jonsson.
|
|
27
|
+
Copyright, 2017, by Tao Luo.
|
|
28
|
+
Copyright, 2017, by Usaku Nakamura.
|
|
29
|
+
Copyright, 2017-2022, by Gregory Longtin.
|
|
30
|
+
Copyright, 2017, by Lars Kanis.
|
|
31
|
+
Copyright, 2017, by Tomoya Ishida.
|
|
32
|
+
Copyright, 2018-2024, by Samuel Williams.
|
|
33
|
+
Copyright, 2019, by Cédric Boutillier.
|
|
34
|
+
Copyright, 2019-2020, by Benoit Daloze.
|
|
35
|
+
Copyright, 2019, by Jesús Burgos Maciá.
|
|
36
|
+
Copyright, 2019, by Thomas Kuntz.
|
|
37
|
+
Copyright, 2019, by Orien Madgwick.
|
|
38
|
+
Copyright, 2019, by Zhang Kang.
|
|
39
|
+
Copyright, 2020, by Thomas Dziedzic.
|
|
40
|
+
Copyright, 2020, by Elad Eyal.
|
|
41
|
+
Copyright, 2020, by Pedro Paiva.
|
|
42
|
+
Copyright, 2020, by Boaz Segev.
|
|
43
|
+
Copyright, 2020, by Charles Oliver Nutter.
|
|
44
|
+
Copyright, 2020-2021, by Joao Fernandes.
|
|
45
|
+
Copyright, 2021, by Jun Jiang.
|
|
46
|
+
Copyright, 2021, by Pavel Lobashov.
|
|
47
|
+
Copyright, 2021, by Jeffrey Martin.
|
|
48
|
+
Copyright, 2023-2024, by Pavel Rosický.
|
|
49
|
+
Copyright, 2023, by Tsimnuj Hawj.
|
|
50
|
+
Copyright, 2023, by Phillip Aldridge.
|
|
51
|
+
Copyright, 2023, by Maxime Demolin.
|
|
52
|
+
Copyright, 2023-2024, by Vít Ondruch.
|
|
53
|
+
Copyright, 2023, by Jean Boussier.
|
|
54
|
+
|
|
55
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
56
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
57
|
+
in the Software without restriction, including without limitation the rights
|
|
58
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
59
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
60
|
+
furnished to do so, subject to the following conditions:
|
|
61
|
+
|
|
62
|
+
The above copyright notice and this permission notice shall be included in all
|
|
63
|
+
copies or substantial portions of the Software.
|
|
64
|
+
|
|
65
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
66
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
67
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
68
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
69
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
70
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
71
|
+
SOFTWARE.
|
|
72
|
+
|
|
73
|
+
## libev
|
|
74
|
+
|
|
75
|
+
Released under the BSD-2-Clause OR GPL-2.0-or-later license.
|
|
76
|
+
See [ext/libev/LICENSE] for details.
|
|
77
|
+
|
|
78
|
+
Copyright, 2007-2019, by Marc Alexander Lehmann.
|
|
79
|
+
|
|
80
|
+
[ext/libev/LICENSE]: https://github.com/socketry/nio4r/blob/master/ext/libev/LICENSE
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
# 
|
|
2
|
+
|
|
3
|
+
[](https://github.com/socketry/nio4r/actions?workflow=Test)
|
|
4
|
+
|
|
5
|
+
**New I/O for Ruby (nio4r)**: cross-platform asynchronous I/O primitives for
|
|
6
|
+
scalable network clients and servers. Modeled after the Java NIO API, but
|
|
7
|
+
simplified for ease-of-use.
|
|
8
|
+
|
|
9
|
+
**nio4r** provides an abstract, cross-platform stateful I/O selector API for Ruby.
|
|
10
|
+
I/O selectors are the heart of "reactor"-based event loops, and monitor
|
|
11
|
+
multiple I/O objects for various types of readiness, e.g. ready for reading or
|
|
12
|
+
writing.
|
|
13
|
+
|
|
14
|
+
## Projects using nio4r
|
|
15
|
+
|
|
16
|
+
- [ActionCable](https://rubygems.org/gems/actioncable): Rails 5 WebSocket protocol, uses nio4r for a WebSocket server
|
|
17
|
+
- [Celluloid](https://github.com/celluloid/celluloid-io): Actor-based concurrency framework, uses nio4r for async I/O
|
|
18
|
+
- [Async](https://github.com/socketry/async): Asynchronous I/O framework for Ruby
|
|
19
|
+
- [Puma](https://github.com/puma/puma): Ruby/Rack web server built for concurrency
|
|
20
|
+
|
|
21
|
+
## Goals
|
|
22
|
+
|
|
23
|
+
- Expose high-level interfaces for stateful IO selectors
|
|
24
|
+
- Keep the API small to maximize both portability and performance across many
|
|
25
|
+
different OSes and Ruby VMs
|
|
26
|
+
- Provide inherently thread-safe facilities for working with IO objects
|
|
27
|
+
|
|
28
|
+
## Supported platforms
|
|
29
|
+
|
|
30
|
+
- Ruby 2.5
|
|
31
|
+
- Ruby 2.6
|
|
32
|
+
- Ruby 2.7
|
|
33
|
+
- Ruby 3.0
|
|
34
|
+
- [JRuby](https://github.com/jruby/jruby)
|
|
35
|
+
- [TruffleRuby](https://github.com/oracle/truffleruby)
|
|
36
|
+
|
|
37
|
+
## Supported backends
|
|
38
|
+
|
|
39
|
+
- **libev**: MRI C extension targeting multiple native IO selector APIs (e.g epoll, kqueue)
|
|
40
|
+
- **Java NIO**: JRuby extension which wraps the Java NIO subsystem
|
|
41
|
+
- **Pure Ruby**: `Kernel.select`-based backend that should work on any Ruby interpreter
|
|
42
|
+
|
|
43
|
+
## Documentation
|
|
44
|
+
|
|
45
|
+
[Please see the nio4r wiki](https://github.com/socketry/nio4r/wiki)
|
|
46
|
+
for more detailed documentation and usage notes:
|
|
47
|
+
|
|
48
|
+
- [Getting Started](https://github.com/socketry/nio4r/wiki/Getting-Started): Introduction to nio4r's components
|
|
49
|
+
- [Selectors](https://github.com/socketry/nio4r/wiki/Selectors): monitor multiple `IO` objects for readiness events
|
|
50
|
+
- [Monitors](https://github.com/socketry/nio4r/wiki/Monitors): control interests and inspect readiness for specific `IO` objects
|
|
51
|
+
- [Byte Buffers](https://github.com/socketry/nio4r/wiki/Byte-Buffers): fixed-size native buffers for high-performance I/O
|
|
52
|
+
|
|
53
|
+
See also:
|
|
54
|
+
|
|
55
|
+
- [YARD API documentation](http://www.rubydoc.info/gems/nio4r/frames)
|
|
56
|
+
|
|
57
|
+
## Non-goals
|
|
58
|
+
|
|
59
|
+
**nio4r** is not a full-featured event framework like [EventMachine](https://github.com/eventmachine/eventmachine) or [Cool.io](https://coolio.github.io/).
|
|
60
|
+
Instead, nio4r is the sort of thing you might write a library like that on
|
|
61
|
+
top of. nio4r provides a minimal API such that individual Ruby implementers
|
|
62
|
+
may choose to produce optimized versions for their platform, without having
|
|
63
|
+
to maintain a large codebase.
|
|
64
|
+
|
|
65
|
+
## Releases
|
|
66
|
+
|
|
67
|
+
Bump the version first:
|
|
68
|
+
|
|
69
|
+
bundle exec bake gem:release:version:patch
|
|
70
|
+
|
|
71
|
+
### CRuby
|
|
72
|
+
|
|
73
|
+
rake clean
|
|
74
|
+
rake release
|
|
75
|
+
|
|
76
|
+
### JRuby
|
|
77
|
+
|
|
78
|
+
You might need to delete `Gemfile.lock` before trying to `bundle install`.
|
|
79
|
+
|
|
80
|
+
# Ensure you have the correct JDK:
|
|
81
|
+
pacman -Syu jdk-openjdk
|
|
82
|
+
archlinux-java set java-19-openjdk
|
|
83
|
+
|
|
84
|
+
# Ensure you are using jruby:
|
|
85
|
+
chruby jruby
|
|
86
|
+
bundle update
|
|
87
|
+
|
|
88
|
+
# Build the package:
|
|
89
|
+
rake clean
|
|
90
|
+
rake compile
|
|
91
|
+
rake release
|
|
@@ -0,0 +1,219 @@
|
|
|
1
|
+
# Release History: opentelemetry-api
|
|
2
|
+
|
|
3
|
+
### v1.10.0 / 2026-05-12
|
|
4
|
+
|
|
5
|
+
* ADDED: Add git tag to source URI in gemspec (#2101)
|
|
6
|
+
|
|
7
|
+
### v1.9.0 / 2026-04-07
|
|
8
|
+
|
|
9
|
+
* ADDED: Min Ruby Version 3.3 (#2070)
|
|
10
|
+
|
|
11
|
+
### v1.8.0 / 2026-03-10
|
|
12
|
+
|
|
13
|
+
* ADDED: Replace cgi with uri for encode and decode (#2028)
|
|
14
|
+
|
|
15
|
+
### v1.7.0 / 2025-09-17
|
|
16
|
+
|
|
17
|
+
- BREAKING CHANGE: Remove Span APIs for attributes and events
|
|
18
|
+
|
|
19
|
+
- ADDED: Add record_exception option for in_span
|
|
20
|
+
- FIXED: Remove Span APIs for attributes and events
|
|
21
|
+
|
|
22
|
+
### v1.6.0 / 2025-08-14
|
|
23
|
+
|
|
24
|
+
- ADDED: Add noop methods on Trace::Span for `attributes` and `events`
|
|
25
|
+
|
|
26
|
+
### v1.5.0 / 2025-02-20
|
|
27
|
+
|
|
28
|
+
- ADDED: Support 3.1 Min Version
|
|
29
|
+
- FIXED: Use a Fiber attribute for Context
|
|
30
|
+
|
|
31
|
+
### v1.4.0 / 2024-08-27
|
|
32
|
+
|
|
33
|
+
- ADDED: Include backtrace first line for better debug info
|
|
34
|
+
|
|
35
|
+
### v1.3.0 / 2024-07-24
|
|
36
|
+
|
|
37
|
+
- ADDED: Add add_link to span api/sdk
|
|
38
|
+
|
|
39
|
+
### v1.2.5 / 2024-02-20
|
|
40
|
+
|
|
41
|
+
- FIXED: Replace Context stack on clear
|
|
42
|
+
|
|
43
|
+
### v1.2.4 / 2024-02-06
|
|
44
|
+
|
|
45
|
+
- FIXED: SystemStackError in Composite Text Map Propagator (#1590)
|
|
46
|
+
|
|
47
|
+
### v1.2.3 / 2023-09-18
|
|
48
|
+
|
|
49
|
+
- FIXED: Optimize span and trace ID generation
|
|
50
|
+
- FIXED: Small perf improvement to generate_r
|
|
51
|
+
|
|
52
|
+
### v1.2.2 / 2023-08-15
|
|
53
|
+
|
|
54
|
+
- FIXED: Patch the issue for frozen string on ruby < 3.0 with string interpolation
|
|
55
|
+
- FIXED: Performance regression in_span
|
|
56
|
+
- FIXED: In_span performance
|
|
57
|
+
|
|
58
|
+
### v1.2.1 / 2023-07-29
|
|
59
|
+
|
|
60
|
+
- DOCS: Describe Tracer#in_span arguments
|
|
61
|
+
|
|
62
|
+
### v1.2.0 / 2023-06-08
|
|
63
|
+
|
|
64
|
+
- BREAKING CHANGE: Remove support for EoL Ruby 2.7
|
|
65
|
+
|
|
66
|
+
- ADDED: Remove support for EoL Ruby 2.7
|
|
67
|
+
|
|
68
|
+
### v1.1.0 / 2022-09-14
|
|
69
|
+
|
|
70
|
+
- ADDED: Consistent probability sampler
|
|
71
|
+
- FIXED: Get API onto rubocop 1.3
|
|
72
|
+
|
|
73
|
+
### v1.0.2 / 2022-05-02
|
|
74
|
+
|
|
75
|
+
- FIXED: Text map propagator extraction should use argument context
|
|
76
|
+
|
|
77
|
+
### v1.0.1 / 2021-12-01
|
|
78
|
+
|
|
79
|
+
- FIXED: Deprecate api rack env getter
|
|
80
|
+
|
|
81
|
+
### v1.0.0 / 2021-09-29
|
|
82
|
+
|
|
83
|
+
- (No significant changes)
|
|
84
|
+
|
|
85
|
+
### v1.0.0.rc3 / 2021-08-12
|
|
86
|
+
|
|
87
|
+
- BREAKING CHANGE: Remove optional parent_context from in_span
|
|
88
|
+
- BREAKING CHANGE: Refactor Baggage to remove Noop\*
|
|
89
|
+
- BREAKING CHANGE: Total order constraint on span.status=
|
|
90
|
+
|
|
91
|
+
- ADDED: Add Tracer.non_recording_span to API
|
|
92
|
+
- ADDED: Make API's NoopTextMapPropagator private
|
|
93
|
+
- FIXED: Remove optional parent_context from in_span
|
|
94
|
+
- FIXED: Reduce span allocation in API
|
|
95
|
+
- FIXED: Refactor Baggage to remove Noop\*
|
|
96
|
+
- FIXED: Total order constraint on span.status=
|
|
97
|
+
- FIXED: Return early if carrier is nil
|
|
98
|
+
- FIXED: Update context to match spec
|
|
99
|
+
- FIXED: Return the original context if the baggage header value is empty
|
|
100
|
+
- DOCS: Update docs to rely more on environment variable configuration
|
|
101
|
+
|
|
102
|
+
### v1.0.0.rc2 / 2021-06-23
|
|
103
|
+
|
|
104
|
+
- BREAKING CHANGE: Remove optional parent_context from in_span [729](https://github.com/open-telemetry/opentelemetry-ruby/pull/729)
|
|
105
|
+
- BREAKING CHANGE: Refactor Baggage to remove Noop\* [800](https://github.com/open-telemetry/opentelemetry-ruby/pull/800)
|
|
106
|
+
- The noop baggage manager has been removed.
|
|
107
|
+
- The baggage management methods are now available through OpenTelemetry::Baggage#method, previously OpenTelemetry.baggage#method
|
|
108
|
+
- BREAKING CHANGE: Total order constraint on span.status= [805](https://github.com/open-telemetry/opentelemetry-ruby/pull/805)
|
|
109
|
+
|
|
110
|
+
- The OpenTelemetry::Trace::Util::HttpToStatus module has been removed as it was incorrectly setting the span status to OK for codes codes in the range 100..399
|
|
111
|
+
- The HttpToStatus module can be replaced inline as follows `span.status = OpenTelemetry::Trace::Status.error unless (100..399).include?(response_code.to_i)`
|
|
112
|
+
- The `Status.new(code, description:)` initializer has been hidden in favour of simpler constructors for each status code: `Status.ok`, `Status.error` and `Status.unset`. Each constructor takes an optional description.
|
|
113
|
+
|
|
114
|
+
- ADDED: Add Tracer.non_recording_span to API [799](https://github.com/open-telemetry/opentelemetry-ruby/pull/799)
|
|
115
|
+
- FIXED: Reduce span allocation in API [795](https://github.com/open-telemetry/opentelemetry-ruby/pull/795)
|
|
116
|
+
- FIXED: Return early if carrier is nil [835](https://github.com/open-telemetry/opentelemetry-ruby/pull/835)
|
|
117
|
+
- FIXED: Update context to match spec [807](https://github.com/open-telemetry/opentelemetry-ruby/pull/807)
|
|
118
|
+
- The `Context.current` setter has been removed and the previously private attach/detach methods are now available as class methods on the context module.
|
|
119
|
+
|
|
120
|
+
### v1.0.0.rc1 / 2021-05-21
|
|
121
|
+
|
|
122
|
+
- BREAKING CHANGE: Remove optional parent_context from in_span
|
|
123
|
+
|
|
124
|
+
- FIXED: Remove optional parent_context from in_span
|
|
125
|
+
|
|
126
|
+
### v0.17.0 / 2021-04-22
|
|
127
|
+
|
|
128
|
+
- BREAKING CHANGE: Replace TextMapInjector/TextMapExtractor pairs with a TextMapPropagator.
|
|
129
|
+
|
|
130
|
+
[Check the propagator documentation](https://open-telemetry.github.io/opentelemetry-ruby/) for the new usage.
|
|
131
|
+
|
|
132
|
+
- BREAKING CHANGE: Remove metrics API.
|
|
133
|
+
|
|
134
|
+
`OpenTelemetry::Metrics` and all of its behavior removed until spec stabilizes.
|
|
135
|
+
|
|
136
|
+
- BREAKING CHANGE: Extract instrumentation base from api (#698).
|
|
137
|
+
|
|
138
|
+
To take advantage of a base instrumentation class to create your own auto-instrumentation, require and use the `opentelemetry-instrumentation-base` gem.
|
|
139
|
+
|
|
140
|
+
- ADDED: Default noop tracer for instrumentation
|
|
141
|
+
- FIXED: Refactor propagators to add #fields
|
|
142
|
+
- FIXED: Remove metrics API
|
|
143
|
+
- FIXED: Dynamically upgrade global tracer provider
|
|
144
|
+
|
|
145
|
+
### v0.16.0 / 2021-03-17
|
|
146
|
+
|
|
147
|
+
- ADDED: Span#add_attributes
|
|
148
|
+
- FIXED: Handle rack env getter edge cases
|
|
149
|
+
- DOCS: Replace Gitter with GitHub Discussions
|
|
150
|
+
|
|
151
|
+
### v0.15.0 / 2021-02-18
|
|
152
|
+
|
|
153
|
+
- ADDED: Add instrumentation config validation
|
|
154
|
+
- DOCS: Clarify nil attribute values not allowed
|
|
155
|
+
|
|
156
|
+
### v0.14.0 / 2021-02-03
|
|
157
|
+
|
|
158
|
+
- BREAKING CHANGE: Replace getter and setter callables and remove rack specific propagators
|
|
159
|
+
|
|
160
|
+
- ADDED: Replace getter and setter callables and remove rack specific propagators
|
|
161
|
+
|
|
162
|
+
### v0.13.0 / 2021-01-29
|
|
163
|
+
|
|
164
|
+
- ADDED: Add optional attributes to record_exception
|
|
165
|
+
- FIXED: Small test fixes.
|
|
166
|
+
|
|
167
|
+
### v0.12.1 / 2021-01-13
|
|
168
|
+
|
|
169
|
+
- FIXED: Eliminate warning about Random::DEFAULT on Ruby 3.0
|
|
170
|
+
|
|
171
|
+
### v0.12.0 / 2020-12-24
|
|
172
|
+
|
|
173
|
+
- ADDED: Structured error handling
|
|
174
|
+
|
|
175
|
+
### v0.11.0 / 2020-12-11
|
|
176
|
+
|
|
177
|
+
- BREAKING CHANGE: Implement tracestate
|
|
178
|
+
|
|
179
|
+
- ADDED: Implement tracestate
|
|
180
|
+
- FIXED: Missing white space from install messages
|
|
181
|
+
- FIXED: Copyright comments to not reference year
|
|
182
|
+
|
|
183
|
+
### v0.10.0 / 2020-12-03
|
|
184
|
+
|
|
185
|
+
- (No significant changes)
|
|
186
|
+
|
|
187
|
+
### v0.9.0 / 2020-11-27
|
|
188
|
+
|
|
189
|
+
- (No significant changes)
|
|
190
|
+
|
|
191
|
+
### v0.8.0 / 2020-10-27
|
|
192
|
+
|
|
193
|
+
- BREAKING CHANGE: Move context/span methods to Trace module
|
|
194
|
+
- BREAKING CHANGE: Remove 'canonical' from status codes
|
|
195
|
+
- BREAKING CHANGE: Assorted SpanContext fixes
|
|
196
|
+
|
|
197
|
+
- ADDED: B3 support
|
|
198
|
+
- FIXED: Move context/span methods to Trace module
|
|
199
|
+
- FIXED: Remove 'canonical' from status codes
|
|
200
|
+
- FIXED: Assorted SpanContext fixes
|
|
201
|
+
|
|
202
|
+
### v0.7.0 / 2020-10-07
|
|
203
|
+
|
|
204
|
+
- FIXED: Safely navigate span variable during error cases
|
|
205
|
+
- DOCS: Standardize top-level docs structure and readme
|
|
206
|
+
- DOCS: Fix param description in TextMapInjector for Baggage
|
|
207
|
+
|
|
208
|
+
### v0.6.0 / 2020-09-10
|
|
209
|
+
|
|
210
|
+
- ADDED: Add support for OTEL_LOG_LEVEL env var
|
|
211
|
+
- Documented array valued attributes [#343](https://github.com/open-telemetry/opentelemetry-ruby/pull/343)
|
|
212
|
+
- Renamed CorrelationContext to Baggage [#338](https://github.com/open-telemetry/opentelemetry-ruby/pull/338)
|
|
213
|
+
- Renamed Text* to TextMap* (propagators) [#335](https://github.com/open-telemetry/opentelemetry-ruby/pull/335)
|
|
214
|
+
- Fixed exception semantic conventions (`span.record_error` -> `span.record_exception`) [#333](https://github.com/open-telemetry/opentelemetry-ruby/pull/333)
|
|
215
|
+
- Removed support for lazy event creation [#329](https://github.com/open-telemetry/opentelemetry-ruby/pull/329)
|
|
216
|
+
- `name:` named parameter to `span.add_event` becomes first positional argument
|
|
217
|
+
- `Event` class removed from API
|
|
218
|
+
- Added `hex_trace_id` and `hex_span_id` helpers to `SpanContext` [#332](https://github.com/open-telemetry/opentelemetry-ruby/pull/332)
|
|
219
|
+
- Added `CorrelationContext::Manager.values` method to return correlations as a `Hash` [#323](https://github.com/open-telemetry/opentelemetry-ruby/pull/323)
|
|
@@ -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.
|