Skip to content

Commit 75ea398

Browse files
committed
Fix minor typo in custom_metric.py
1 parent a25245c commit 75ea398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monitoring/api/v3/custom_metric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def create_custom_metric(client, project_id,
6666
{
6767
"key": "environment",
6868
"valueType": "STRING",
69-
"description": "An abritrary measurement"
69+
"description": "An arbitrary measurement"
7070
}
7171
],
7272
"metricKind": metric_kind,

0 commit comments

Comments
 (0)