Skip to content

Commit 339c693

Browse files
Google APIscopybara-github
authored andcommitted
docs: Recommend OpenTelemetry instead of OpenCensus
PiperOrigin-RevId: 513597845
1 parent 0ed6338 commit 339c693

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

google/devtools/cloudtrace/v1/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ ruby_cloud_gapic_library(
268268
],
269269
grpc_service_config = "cloudtrace_grpc_service_config.json",
270270
rest_numeric_enums = True,
271-
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.",
271+
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.",
272272
ruby_cloud_title = "Cloud Trace V1",
273273
service_yaml = "cloudtrace_v1.yaml",
274274
deps = [

google/devtools/cloudtrace/v1/cloudtrace_v1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ documentation:
1212
is collected for all App Engine applications by default. Trace data from
1313
other applications can be provided using this API. This library is used to
1414
interact with the Trace API directly. If you are looking to instrument
15-
your application for Stackdriver Trace, we recommend using OpenCensus.
15+
your application for Stackdriver Trace, we recommend using OpenTelemetry.
1616
1717
backend:
1818
rules:

google/devtools/cloudtrace/v2/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ ruby_cloud_gapic_library(
313313
],
314314
grpc_service_config = "cloudtrace_grpc_service_config.json",
315315
rest_numeric_enums = True,
316-
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.",
316+
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.",
317317
ruby_cloud_title = "Cloud Trace V2",
318318
service_yaml = "cloudtrace_v2.yaml",
319319
deps = [

google/devtools/cloudtrace/v2/cloudtrace_v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ documentation:
1212
is collected for all App Engine applications by default. Trace data from
1313
other applications can be provided using this API. This library is used to
1414
interact with the Trace API directly. If you are looking to instrument
15-
your application for Stackdriver Trace, we recommend using OpenCensus.
15+
your application for Stackdriver Trace, we recommend using OpenTelemetry.
1616
1717
backend:
1818
rules:

0 commit comments

Comments
 (0)