opentelemetry-propagator-ottrace 0.21.3 → 0.21.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +5 -4
- data/lib/opentelemetry/propagator/ottrace/version.rb +1 -1
- metadata +12 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2aeea31f8b49d949499cea64685f6809c326d2a94d56ffc688d5a2027455a2ea
|
4
|
+
data.tar.gz: 4d2807228e2cfa55ece45c806fd942879257e9b4aa5e62e064513abcace3d1b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ed5dc7470d7abe5ad543ca4190a47d1ef591e28d2c2059ab24c758ffd00270eb3a17e0f6aa9995196c827c0d810728a676bdcb19289feb3b96bcd4a26f83312
|
7
|
+
data.tar.gz: f876f967a4ef249e7cf233222b7f4e20a0668cb8a820fda335495ffd48a19103793a9709c9f0487236b374a5b4f5d41dd4e9f231839c245125cf955b7d596cb6
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -60,7 +60,7 @@ This gem can be used with any OpenTelemetry SDK implementation. This can be the
|
|
60
60
|
|
61
61
|
Install the gem using:
|
62
62
|
|
63
|
-
```
|
63
|
+
```console
|
64
64
|
gem install opentelemetry-propagator-ottrace
|
65
65
|
```
|
66
66
|
|
@@ -68,7 +68,7 @@ Or, if you use [bundler][bundler-home], include `opentelemetry-propagator-ottrac
|
|
68
68
|
|
69
69
|
Configure your application to use this propagator by setting the following [environment variable][envars]:
|
70
70
|
|
71
|
-
```
|
71
|
+
```console
|
72
72
|
OTEL_PROPAGATORS=ottrace
|
73
73
|
```
|
74
74
|
|
@@ -76,7 +76,7 @@ OTEL_PROPAGATORS=ottrace
|
|
76
76
|
|
77
77
|
The `opentelemetry-propagator-ottrace` gem source is [on github][repo-github], along with related gems including `opentelemetry-api` and `opentelemetry-sdk`.
|
78
78
|
|
79
|
-
The OpenTelemetry Ruby gems are maintained by the OpenTelemetry
|
79
|
+
The OpenTelemetry Ruby gems are maintained by the OpenTelemetry Ruby special interest group (SIG). You can get involved by joining us on our [GitHub Discussions][discussions-url], [Slack Channel][slack-channel] 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].
|
80
80
|
|
81
81
|
## License
|
82
82
|
|
@@ -88,8 +88,9 @@ The `opentelemetry-propagator-ottrace` gem is distributed under the Apache 2.0 l
|
|
88
88
|
[license-github]: https://github.com/open-telemetry/opentelemetry-ruby-contrib/blob/main/LICENSE
|
89
89
|
[ruby-sig]: https://github.com/open-telemetry/community#ruby-sig
|
90
90
|
[community-meetings]: https://github.com/open-telemetry/community#community-meetings
|
91
|
+
[slack-channel]: https://cloud-native.slack.com/archives/C01NWKKMKMY
|
91
92
|
[discussions-url]: https://github.com/open-telemetry/opentelemetry-ruby/discussions
|
92
93
|
[ottrace-spec]: https://github.com/opentracing/specification/blob/master/rfc/trace_identifiers.md
|
93
94
|
[rfc7230-url]: https://tools.ietf.org/html/rfc7230#section-3.2
|
94
95
|
[fields-spec-url]: https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/context/api-propagators.md#fields
|
95
|
-
[envars]: https://github.com/open-telemetry/opentelemetry-specification/blob/
|
96
|
+
[envars]: https://github.com/open-telemetry/opentelemetry-specification/blob/v1.20.0/specification/sdk-environment-variables.md#general-sdk-configuration
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: opentelemetry-propagator-ottrace
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.21.
|
4
|
+
version: 0.21.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenTelemetry Authors
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: opentelemetry-api
|
@@ -72,28 +72,28 @@ dependencies:
|
|
72
72
|
requirements:
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 1.
|
75
|
+
version: 1.68.0
|
76
76
|
type: :development
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 1.
|
82
|
+
version: 1.68.0
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: rubocop-performance
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
87
|
- - "~>"
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version:
|
89
|
+
version: 1.23.0
|
90
90
|
type: :development
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
94
|
- - "~>"
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version:
|
96
|
+
version: 1.23.0
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: simplecov
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
@@ -141,11 +141,14 @@ homepage: https://github.com/open-telemetry/opentelemetry-ruby-contrib
|
|
141
141
|
licenses:
|
142
142
|
- Apache-2.0
|
143
143
|
metadata:
|
144
|
-
changelog_uri: https://rubydoc.info/gems/opentelemetry-propagator-ottrace/0.21.
|
144
|
+
changelog_uri: https://rubydoc.info/gems/opentelemetry-propagator-ottrace/0.21.4/file/CHANGELOG.md
|
145
145
|
source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/propagator/ottrace
|
146
146
|
bug_tracker_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues
|
147
|
-
documentation_uri: https://rubydoc.info/gems/opentelemetry-propagator-ottrace/0.21.
|
148
|
-
post_install_message:
|
147
|
+
documentation_uri: https://rubydoc.info/gems/opentelemetry-propagator-ottrace/0.21.4
|
148
|
+
post_install_message: |
|
149
|
+
Ruby 3.0 has reached EoL 2024-04-23. OTel Ruby Contrib gems will no longer accept new features or bug fixes for Ruby 3.0 after 2025-01-15. Please upgrade to Ruby 3.1 or higher to continue receiving updates.
|
150
|
+
|
151
|
+
Rails 6.1 has reached EoL 2024-10-01. OTel Ruby Contrib gems will no longer accept new features or bug fixes for Rails 6.1 after 2025-01-15. Please upgrade to Rails 7.0 or higher to continue receiving updates.
|
149
152
|
rdoc_options: []
|
150
153
|
require_paths:
|
151
154
|
- lib
|