8000 Merge pull request #2273 from tmatsuo/stackdriver-rename · googleapis/google-cloud-python@56c88e3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 56c88e3

Browse files
authored
Merge pull request #2273 from tmatsuo/stackdriver-rename
Stackdriver product rename
2 parents 1137e6a + 3564b08 commit 56c88e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

google/cloud/logging/handlers/handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class CloudLoggingHandler(logging.StreamHandler):
3131
"""Python standard ``logging`` handler.
3232
3333
This handler can be used to route Python standard logging messages
34-
directly to the Google Cloud Logging API.
34+
directly to the Stackdriver Logging API.
3535
3636
Note that this handler currently only supports a synchronous API call,
3737
which means each logging statement that uses this handler will require

google/cloud/monitoring/label.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
"""Label Descriptors for the `Google Monitoring API (V3)`_.
15+
"""Label Descriptors for the `Stackdriver Monitoring API (V3)`_.
1616
17-
.. _Google Monitoring API (V3):
17+
.. _Stackdriver Monitoring API (V3):
1818
https://cloud.google.com/monitoring/api/ref_v3/rest/v3/LabelDescriptor
1919
"""
2020

0 commit comments

Comments
 (0)
0