1
1
# Logging, Debugging and Telemetry
2
2
3
- ** Warning: The OpenCensus project is obsolete and was archived on July 31st,
3
+ ** Warning: The OpenCensus project is obsolete and was archived on July 31st,
4
4
2023.** This means that any security vulnerabilities that are found will not be
5
5
patched. We recommend that you begin migrating to OpenCensus tracing to
6
6
OpenTelemetry, the successor project. See [ OpenCensus] ( #opencensus ) below for
@@ -16,7 +16,7 @@ into a system's health.
16
16
17
17
## Logging and debugging
18
18
19
- While working with the Go Client libraries you may run into some situations
19
+ While working with the Go Client Libraries you may run into some situations
20
20
where you need a deeper level of understanding about what is going on in order
21
21
to solve your problem. Here are some tips and tricks that you can use in these
22
22
cases. * Note* that many of the tips in this section will have a performance
@@ -179,7 +179,7 @@ func main() {
179
179
180
180
## Telemetry
181
181
182
- ** Warning: The OpenCensus project is obsolete and was archived on July 31st,
182
+ ** Warning: The OpenCensus project is obsolete and was archived on July 31st,
183
183
2023.** This means that any security vulnerabilities that are found will not be
184
184
patched. We recommend that you begin migrating to OpenCensus tracing to
185
185
OpenTelemetry, the successor project. See [ OpenCensus] ( #opencensus ) below for
@@ -211,7 +211,7 @@ OpenTelemetry support via an environment variable, as described below.
211
211
212
212
#### OpenCensus
213
213
214
- ** Warning: The OpenCensus project is obsolete and was archived on July 31st,
214
+ ** Warning: The OpenCensus project is obsolete and was archived on July 31st,
215
215
2023.** This means that any security vulnerabilities that are found will not be
216
216
patched. We recommend that you begin migrating to OpenCensus tracing to
217
217
OpenTelemetry, the successor project.
@@ -252,6 +252,15 @@ Please refer to the following resources:
252
252
253
253
#### OpenTelemetry
254
254
255
+ ** Warning: OpenTelemetry-Go ensures
256
+ [ compatibility] ( https://github.com/open-telemetry/opentelemetry-go/tree/main?tab=readme-ov-file#compatibility )
257
+ with ONLY the current supported versions of the [ Go
258
+ language] ( https://go.dev/doc/devel/release#policy ) . This support may be narrower
259
+ than the support that has been offered historically by the Go Client Libraries.
260
+ Ensure that your Go runtime version is supported by the OpenTelemetry-Go
261
+ [ compatibility] ( https://github.com/open-telemetry/opentelemetry-go/tree/main?tab=readme-ov-file#compatibility )
262
+ policy before enabling OpenTelemetry instrumentation.**
263
+
255
264
To opt-in to experimental OpenTelemetry tracing currently available in the
256
265
clients listed above, set the environment variable
257
266
` GOOGLE_API_GO_EXPERIMENTAL_TELEMETRY_PLATFORM_TRACING ` to the case-insensitive
0 commit comments