Skip to content

Commit

Permalink
dhermes review 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Prin committed Jan 21, 2017
1 parent b1203aa commit 11e395e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/monitoring-usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -339,12 +339,12 @@ See `Monitored resource types`_ for more information about particular monitored
>>> from google.cloud import monitoring
>>> # Create a Resource object for the desired monitored resource type.
>>> resource = client.resource(
... 'gce_instance',
... labels={
... 'instance_id': '1234567890123456789',
... 'zone': 'us-central1-f'
... }
... )
... 'gce_instance',
... labels={
... 'instance_id': '1234567890123456789',
... 'zone': 'us-central1-f'
... }
... )
>>> # Create a Metric object, specifying the metric type as well as values for any metric labels.
>>> metric = client.metric(
... type_='custom.googleapis.com/my_metric',
Expand Down

0 comments on commit 11e395e

Please sign in to comment.