|
1 | | -Python Client for Stackdriver Trace API |
| 1 | +Python Client for Cloud Trace API |
2 | 2 | ======================================= |
3 | 3 |
|
4 | | -|alpha| |pypi| |versions| |
| 4 | +|ga| |pypi| |versions| |
5 | 5 |
|
6 | | -The `Stackdriver Trace API`_ sends application trace data to Stackdriver Trace |
| 6 | +The `Cloud Trace API`_ sends application trace data to Cloud Trace |
7 | 7 | for viewing. Trace data is collected for all App Engine applications by |
8 | 8 | default. Trace data from other applications can be provided using this API. |
9 | 9 |
|
10 | 10 | - `Client Library Documentation`_ |
11 | 11 | - `Product Documentation`_ |
12 | 12 |
|
13 | | -.. |alpha| image:: https://img.shields.io/badge/support-alpha-orange.svg |
14 | | - :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#alpha-support |
| 13 | +.. |ga| image:: https://img.shields.io/badge/support-ga-gold.svg |
| 14 | + :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability |
15 | 15 | .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-trace.svg |
16 | 16 | :target: https://pypi.org/project/google-cloud-trace/ |
17 | 17 | .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-trace.svg |
18 | 18 | :target: https://pypi.org/project/google-cloud-trace/ |
19 | | -.. _Stackdriver Trace API: https://cloud.google.com/trace |
| 19 | +.. _Cloud Trace API: https://cloud.google.com/trace |
20 | 20 | .. _Client Library Documentation: https://googleapis.dev/python/cloudtrace/latest |
21 | 21 | .. _Product Documentation: https://cloud.google.com/trace |
22 | 22 |
|
@@ -54,8 +54,8 @@ Supported Python Versions |
54 | 54 | Python >= 3.6 |
55 | 55 |
|
56 | 56 |
|
57 | | -Deprecated Python Versions |
58 | | -^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 57 | +Unsupported Python Versions |
| 58 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
59 | 59 | Python == 2.7. |
60 | 60 |
|
61 | 61 | The last version of this library compatible with Python 2.7 is google-cloud-trace==0.24.0 |
@@ -92,7 +92,7 @@ to `Python Development Environment Setup Guide`_ for Google Cloud Platform. |
92 | 92 | Next Steps |
93 | 93 | ~~~~~~~~~~ |
94 | 94 |
|
95 | | -- Read the `Client Library Documentation`_ for Stackdriver Trace API |
| 95 | +- Read the `Client Library Documentation`_ for Cloud Trace API |
96 | 96 | to see other available methods on the client. |
97 | 97 | - Read the `Product documentation`_ to learn more about the product and see |
98 | 98 | How-to Guides. |
0 commit comments