google-cloud-trace-v2 0.4.1 → 0.6.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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-trace-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-27 00:00:00.000000000 Z
11
+ date: 2023-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.16.0
19
+ version: 0.19.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.16.0
29
+ version: 0.19.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -50,14 +50,14 @@ dependencies:
50
50
  requirements:
51
51
  - - "~>"
52
52
  - !ruby/object:Gem::Version
53
- version: 1.26.1
53
+ version: 1.26.3
54
54
  type: :development
55
55
  prerelease: false
56
56
  version_requirements: !ruby/object:Gem::Requirement
57
57
  requirements:
58
58
  - - "~>"
59
59
  - !ruby/object:Gem::Version
60
- version: 1.26.1
60
+ version: 1.26.3
61
61
  - !ruby/object:Gem::Dependency
62
62
  name: minitest
63
63
  requirement: !ruby/object:Gem::Requirement
@@ -158,11 +158,11 @@ dependencies:
158
158
  version: '0.9'
159
159
  description: The Cloud Trace API lets you send and retrieve latency data to and from
160
160
  Cloud Trace. This API provides low-level interfaces for interacting directly with
161
- the feature. For some languages, you can use OpenCensus, a set of open source tracing
162
- and stats instrumentation libraries that work with multiple backends. Note that
163
- google-cloud-trace-v2 is a version-specific client library. For most uses, we recommend
164
- installing the main client library google-cloud-trace instead. See the readme for
165
- more details.
161
+ the feature. For some languages, you can use OpenTelemetry, a set of open source
162
+ tracing and stats instrumentation libraries that work with multiple backends. Note
163
+ that google-cloud-trace-v2 is a version-specific client library. For most uses,
164
+ we recommend installing the main client library google-cloud-trace instead. See
165
+ the readme for more details.
166
166
  email: googleapis-packages@google.com
167
167
  executables: []
168
168
  extensions: []
@@ -174,10 +174,14 @@ files:
174
174
  - README.md
175
175
  - lib/google-cloud-trace-v2.rb
176
176
  - lib/google/cloud/trace/v2.rb
177
+ - lib/google/cloud/trace/v2/rest.rb
177
178
  - lib/google/cloud/trace/v2/trace_service.rb
178
179
  - lib/google/cloud/trace/v2/trace_service/client.rb
179
180
  - lib/google/cloud/trace/v2/trace_service/credentials.rb
180
181
  - lib/google/cloud/trace/v2/trace_service/paths.rb
182
+ - lib/google/cloud/trace/v2/trace_service/rest.rb
183
+ - lib/google/cloud/trace/v2/trace_service/rest/client.rb
184
+ - lib/google/cloud/trace/v2/trace_service/rest/service_stub.rb
181
185
  - lib/google/cloud/trace/v2/version.rb
182
186
  - lib/google/devtools/cloudtrace/v2/trace_pb.rb
183
187
  - lib/google/devtools/cloudtrace/v2/tracing_pb.rb
@@ -217,5 +221,9 @@ requirements: []
217
221
  rubygems_version: 3.4.2
218
222
  signing_key:
219
223
  specification_version: 4
220
- summary: API Client library for the Cloud Trace V2 API
224
+ summary: Sends application trace data to Stackdriver Trace for viewing. Trace data
225
+ is collected for all App Engine applications by default. Trace data from other applications
226
+ can be provided using this API. This library is used to interact with the Trace
227
+ API directly. If you are looking to instrument your application for Stackdriver
228
+ Trace, we recommend using OpenTelemetry.
221
229
  test_files: []