Skip to content

Commit 11e395e

Browse files
author
Bill Prin
committed
dhermes review 2
1 parent b1203aa commit 11e395e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/monitoring-usage.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -339,12 +339,12 @@ See `Monitored resource types`_ for more information about particular monitored
339339
>>> from google.cloud import monitoring
340340
>>> # Create a Resource object for the desired monitored resource type.
341341
>>> resource = client.resource(
342-
... 'gce_instance',
343-
... labels={
344-
... 'instance_id': '1234567890123456789',
345-
... 'zone': 'us-central1-f'
346-
... }
347-
... )
342+
... 'gce_instance',
343+
... labels={
344+
... 'instance_id': '1234567890123456789',
345+
... 'zone': 'us-central1-f'
346+
... }
347+
... )
348348
>>> # Create a Metric object, specifying the metric type as well as values for any metric labels.
349349
>>> metric = client.metric(
350350
... type_='custom.googleapis.com/my_metric',

0 commit comments

Comments
 (0)