Skip to content

Commit 2139571

Browse files
authored
doc(otel): GA (#12748)
1 parent da80568 commit 2139571

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@ the APIs in these libraries are stable, and are ready for production use.
122122

123123
New `*Client` for conversational search.
124124

125+
### [OpenTelemetry](/google/cloud/opentelemetry/README.md)
126+
127+
Features to instrument the Google Cloud C++ libraries for [distributed tracing]
128+
using [OpenTelemetry] are now GA. See the [quickstart][otel-quickstart] within
129+
the library to learn more about these tools.
130+
125131
### [Policy Troubleshooter](/google/cloud/policytroubleshooter/README.md)
126132

127133
Remove `PoliciesClient`. This client was placed in the wrong library. The
@@ -4381,6 +4387,7 @@ releases. The relevant notes are:
43814387
[cloud-iot-shutdown]: https://cloud.google.com/iot/docs/release-notes#August_16_2022
43824388
[cloud-run-jobs]: https://cloud.google.com/run/docs/managing/job-executions
43834389
[dataproc-node-groups]: https://cloud.google.com/dataproc/docs/guides/node-groups/dataproc-driver-node-groups
4390+
[distributed tracing]: https://opentelemetry.io/docs/concepts/observability-primer/#distributed-traces
43844391
[functions-v2]: https://cloud.google.com/functions/docs/concepts/version-comparison
43854392
[github-cpp-common]: https://github.com/googleapis/google-cloud-cpp-common
43864393
[google.pubsub.v1.schemaserviceclient]: https://cloud.google.com/pubsub/docs/reference/rpc/google.pubsub.v1#google.pubsub.v1.SchemaService
@@ -4395,7 +4402,9 @@ releases. The relevant notes are:
43954402
[modern-table-ctor]: https://github.com/googleapis/google-cloud-cpp/blob/62740c8e9180056db77d4dd3e80a6fa7ae71295a/google/cloud/bigtable/table.h#L182-L214
43964403
[monitoring-snooze]: https://cloud.google.com/monitoring/alerts/snooze
43974404
[nlohmann-json-gh]: https://github.com/nlohmann/json.git
4405+
[opentelemetry]: https://opentelemetry.io/
43984406
[oss-cxx-support]: https://opensource.google/documentation/policies/cplusplus-support
4407+
[otel-quickstart]: https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/opentelemetry/quickstart
43994408
[product-launch-stages]: https://cloud.google.com/products/#product-launch-stages
44004409
[pub/sub lite]: /google/cloud/pubsublite/README.md
44014410
[resource-manager-tags]: https://cloud.google.com/resource-manager/docs/tags/tags-overview

google/cloud/opentelemetry/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ The C++ client libraries are already instrumented to collect traces. You can
1010
enable the collection and export of traces with minimal changes to your
1111
application. It is not necessary to instrument your application too.
1212

13-
:construction:
14-
15-
This library is **experimental**. Its APIs are subject to change without notice.
13+
While this library is **GA**, please note that the Google Cloud C++ client
14+
libraries do **not** follow [Semantic Versioning](https://semver.org/).
1615

1716
## Quickstart
1817

0 commit comments

Comments
 (0)