Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

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 #128

Merged
merged 1 commit into from Mar 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -30,14 +30,14 @@
* monitored_resources:
* - type: library.googleapis.com/branch
* labels:
* - key: /city
* - key: city
* description: The city where the library branch is located in.
* - key: /name
* - key: name
* description: The name of the branch.
* logs:
* - name: activity_history
* labels:
* - key: /customer_id
* - key: customer_id
* - name: purchase_history
* logging:
* producer_destinations:
Expand Down Expand Up @@ -1556,14 +1556,14 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
* monitored_resources:
* - type: library.googleapis.com/branch
* labels:
* - key: /city
* - key: city
* description: The city where the library branch is located in.
* - key: /name
* - key: name
* description: The name of the branch.
* logs:
* - name: activity_history
* labels:
* - key: /customer_id
* - key: customer_id
* - name: purchase_history
* logging:
* producer_destinations:
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-common-protos.git",
"sha": "3c1c62aee618ea9958d31216dc84b2b6777b7584"
"sha": "ec091940a39bea49b208bbb688b61588aa71a1ce"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "0e915217fb5261c1e57bfaf0e16ee5c7feaaba89",
"internalRef": "361377784"
"sha": "8e71120af081ab9402669df1f290beeae9629e16",
"internalRef": "361581745"
}
},
{
Expand Down