opentelemetry-instrumentation-restclient 0.7.0 → 0.12.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fe8b1598398aa2365aa6699012f530e4e5eb4d95a91686307a59c00bb022ef07
4
- data.tar.gz: b648206dc4ba1afe62cc9d658146a09445d6716f6b18b913ea2e34e8736b9a99
3
+ metadata.gz: 1848e3ef54e8d4077df6424b87bc2dd9f85b5edcb532dd6aa8c0c88174d0f4c2
4
+ data.tar.gz: 6b79f73eb2f8498101895c252011922fc4565a485091685bdad53eebaa0cc0e3
5
5
  SHA512:
6
- metadata.gz: c2500eb2e5e9eb0159a5a67c5e3f891d6002055a0ff901c9dbb0fa6062fb4bfbef6a3843228ef647c41307f6bcb9b41593854d9faf779fd81b29fc86b6cb519d
7
- data.tar.gz: 994290c0fbf9fa6ce931c8049ec5156e5668d24010acc5d3bfc3ae0f482d0d027c7a8831a0bc6d3a87a2bbff9b0b78c2501d62aa762fb111c46b9332883becb6
6
+ metadata.gz: 298f9e0364629d9e7f0330690c142797cd671e8cdfad9d6b95474b2a1f68d51510018a96468db25c73e1aee841fc3e09ea96ad117dd218742f741e5b2307afba
7
+ data.tar.gz: 1f4c9395afbc300d6243b78a57a008cd920eb8619f338b4d4b229e306b9570682f74ad820be0d27b25ce534839d5d0cb2aaca648b00c927123440bfc77a22906
@@ -1,5 +1,29 @@
1
1
  # Release History: opentelemetry-instrumentation-restclient
2
2
 
3
+ ### v0.12.0 / 2020-12-24
4
+
5
+ * (No significant changes)
6
+
7
+ ### v0.11.0 / 2020-12-11
8
+
9
+ * FIXED: Copyright comments to not reference year
10
+
11
+ ### v0.10.0 / 2020-12-03
12
+
13
+ * (No significant changes)
14
+
15
+ ### v0.9.0 / 2020-11-27
16
+
17
+ * BREAKING CHANGE: Add timeout for force_flush and shutdown
18
+
19
+ * ADDED: Add timeout for force_flush and shutdown
20
+
21
+ ### v0.8.0 / 2020-10-27
22
+
23
+ * BREAKING CHANGE: Move context/span methods to Trace module
24
+
25
+ * FIXED: Move context/span methods to Trace module
26
+
3
27
  ### v0.7.0 / 2020-10-07
4
28
 
5
29
  * DOCS: Standardize toplevel docs structure and readme
data/LICENSE CHANGED
@@ -186,7 +186,7 @@
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright 2020 OpenTelemetry Authors
189
+ Copyright The OpenTelemetry Authors
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2020 OpenTelemetry Authors
3
+ # Copyright The OpenTelemetry Authors
4
4
  #
5
5
  # SPDX-License-Identifier: Apache-2.0
6
6
 
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2020 OpenTelemetry Authors
3
+ # Copyright The OpenTelemetry Authors
4
4
  #
5
5
  # SPDX-License-Identifier: Apache-2.0
6
6
 
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2020 OpenTelemetry Authors
3
+ # Copyright The OpenTelemetry Authors
4
4
  #
5
5
  # SPDX-License-Identifier: Apache-2.0
6
6
 
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2020 OpenTelemetry Authors
3
+ # Copyright The OpenTelemetry Authors
4
4
  #
5
5
  # SPDX-License-Identifier: Apache-2.0
6
6
 
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2020 OpenTelemetry Authors
3
+ # Copyright The OpenTelemetry Authors
4
4
  #
5
5
  # SPDX-License-Identifier: Apache-2.0
6
6
 
@@ -29,7 +29,7 @@ module OpenTelemetry
29
29
  kind: :client
30
30
  )
31
31
 
32
- tracer.with_span(span) do
32
+ OpenTelemetry::Trace.with_span(span) do
33
33
  OpenTelemetry.propagation.http.inject(processed_headers)
34
34
  end
35
35
 
@@ -1,13 +1,13 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2020 OpenTelemetry Authors
3
+ # Copyright The OpenTelemetry Authors
4
4
  #
5
5
  # SPDX-License-Identifier: Apache-2.0
6
6
 
7
7
  module OpenTelemetry
8
8
  module Instrumentation
9
9
  module RestClient
10
- VERSION = '0.7.0'
10
+ VERSION = '0.12.0'
11
11
  end
12
12
  end
13
13
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opentelemetry-instrumentation-restclient
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenTelemetry Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-08 00:00:00.000000000 Z
11
+ date: 2020-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: opentelemetry-api
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.7.0
19
+ version: 0.12.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 0.7.0
26
+ version: 0.12.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: appraisal
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -184,7 +184,11 @@ files:
184
184
  homepage: https://github.com/open-telemetry/opentelemetry-ruby
185
185
  licenses:
186
186
  - Apache-2.0
187
- metadata: {}
187
+ metadata:
188
+ changelog_uri: https://open-telemetry.github.io/opentelemetry-ruby/opentelemetry-instrumentation-restclient/v0.12.0/file.CHANGELOG.html
189
+ source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby/tree/master/instrumentation/restclient
190
+ bug_tracker_uri: https://github.com/open-telemetry/opentelemetry-ruby/issues
191
+ documentation_uri: https://open-telemetry.github.io/opentelemetry-ruby/opentelemetry-instrumentation-restclient/v0.12.0
188
192
  post_install_message:
189
193
  rdoc_options: []
190
194
  require_paths: