File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments