--- !ruby/object:Gem::Specification name: google-cloud-trace-v2 version: !ruby/object:Gem::Version version: 0.9.0 platform: ruby authors: - Google LLC autorequire: bindir: bin cert_chain: [] date: 2024-02-26 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: gapic-common requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.21.1 - - "<" - !ruby/object:Gem::Version version: 2.a type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.21.1 - - "<" - !ruby/object:Gem::Version version: 2.a - !ruby/object:Gem::Dependency name: google-cloud-errors requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.0' description: The Cloud Trace API lets you send and retrieve latency data to and from Cloud Trace. This API provides low-level interfaces for interacting directly with the feature. For some languages, you can use OpenTelemetry, a set of open source tracing and stats instrumentation libraries that work with multiple backends. Note that google-cloud-trace-v2 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-trace instead. See the readme for more details. email: googleapis-packages@google.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".yardopts" - AUTHENTICATION.md - LICENSE.md - README.md - lib/google-cloud-trace-v2.rb - lib/google/cloud/trace/v2.rb - lib/google/cloud/trace/v2/rest.rb - lib/google/cloud/trace/v2/trace_service.rb - lib/google/cloud/trace/v2/trace_service/client.rb - lib/google/cloud/trace/v2/trace_service/credentials.rb - lib/google/cloud/trace/v2/trace_service/paths.rb - lib/google/cloud/trace/v2/trace_service/rest.rb - lib/google/cloud/trace/v2/trace_service/rest/client.rb - lib/google/cloud/trace/v2/trace_service/rest/service_stub.rb - lib/google/cloud/trace/v2/version.rb - lib/google/devtools/cloudtrace/v2/trace_pb.rb - lib/google/devtools/cloudtrace/v2/tracing_pb.rb - lib/google/devtools/cloudtrace/v2/tracing_services_pb.rb - proto_docs/README.md - proto_docs/google/api/client.rb - proto_docs/google/api/field_behavior.rb - proto_docs/google/api/launch_stage.rb - proto_docs/google/api/resource.rb - proto_docs/google/devtools/cloudtrace/v2/trace.rb - proto_docs/google/devtools/cloudtrace/v2/tracing.rb - proto_docs/google/protobuf/any.rb - proto_docs/google/protobuf/duration.rb - proto_docs/google/protobuf/empty.rb - proto_docs/google/protobuf/timestamp.rb - proto_docs/google/protobuf/wrappers.rb - proto_docs/google/rpc/status.rb homepage: https://github.com/googleapis/google-cloud-ruby licenses: - Apache-2.0 metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '2.7' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.5.6 signing_key: specification_version: 4 summary: Sends application trace data to Stackdriver Trace for viewing. Trace data is collected for all App Engine applications by default. Trace data from other applications can be provided using this API. This library is used to interact with the Trace API directly. If you are looking to instrument your application for Stackdriver Trace, we recommend using OpenTelemetry. test_files: []