We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a770b70 commit 6ccd5bbCopy full SHA for 6ccd5bb
monitoring/snippets/v3/cloud-client/quickstart.py
@@ -25,6 +25,7 @@ def run_quickstart(project=""):
25
26
series = monitoring_v3.TimeSeries()
27
series.metric.type = "custom.googleapis.com/my_metric"
28
+ series.metric.labels["store_id"] = "Pittsburgh"
29
series.resource.type = "gce_instance"
30
series.resource.labels["instance_id"] = "1234567890123456789"
31
series.resource.labels["zone"] = "us-central1-f"
0 commit comments