Skip to content

Commit 8e71120

Browse files
Google APIscopybara-github
authored andcommitted
docs: correct label format for monitored_resource and log_entry
labels for managed monitored_resource should not have forward slash labels for log_entry should not have forward slash Committer: @shunxian PiperOrigin-RevId: 361581745
1 parent 65d71a6 commit 8e71120

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

google/api/logging.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ option objc_class_prefix = "GAPI";
3232
// monitored_resources:
3333
// - type: library.googleapis.com/branch
3434
// labels:
35-
// - key: /city
35+
// - key: city
3636
// description: The city where the library branch is located in.
37-
// - key: /name
37+
// - key: name
3838
// description: The name of the branch.
3939
// logs:
4040
// - name: activity_history
4141
// labels:
42-
// - key: /customer_id
42+
// - key: customer_id
4343
// - name: purchase_history
4444
// logging:
4545
// producer_destinations:

0 commit comments

Comments
 (0)