mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-19 13:17:47 +02:00
docs: Recommend OpenTelemetry instead of OpenCensus
PiperOrigin-RevId: 513597845
This commit is contained in:
parent
0ed6338d8f
commit
339c693c8a
4 changed files with 4 additions and 4 deletions
|
|
@ -268,7 +268,7 @@ ruby_cloud_gapic_library(
|
|||
],
|
||||
grpc_service_config = "cloudtrace_grpc_service_config.json",
|
||||
rest_numeric_enums = True,
|
||||
ruby_cloud_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 OpenCensus, a set of open source tracing and stats instrumentation libraries that work with multiple backends.",
|
||||
ruby_cloud_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.",
|
||||
ruby_cloud_title = "Cloud Trace V1",
|
||||
service_yaml = "cloudtrace_v1.yaml",
|
||||
deps = [
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ documentation:
|
|||
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 OpenCensus.
|
||||
your application for Stackdriver Trace, we recommend using OpenTelemetry.
|
||||
|
||||
backend:
|
||||
rules:
|
||||
|
|
|
|||
|
|
@ -313,7 +313,7 @@ ruby_cloud_gapic_library(
|
|||
],
|
||||
grpc_service_config = "cloudtrace_grpc_service_config.json",
|
||||
rest_numeric_enums = True,
|
||||
ruby_cloud_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 OpenCensus, a set of open source tracing and stats instrumentation libraries that work with multiple backends.",
|
||||
ruby_cloud_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.",
|
||||
ruby_cloud_title = "Cloud Trace V2",
|
||||
service_yaml = "cloudtrace_v2.yaml",
|
||||
deps = [
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ documentation:
|
|||
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 OpenCensus.
|
||||
your application for Stackdriver Trace, we recommend using OpenTelemetry.
|
||||
|
||||
backend:
|
||||
rules:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue