Skip to content

Commit

Permalink
Patch 14 (#10008)
Browse files Browse the repository at this point in the history
* Add link to Service-orientation

This article tried to link to Wikipedia, but the wasn't actually a link. I think this change conveys its intention.

* Update GenericService.yaml
  • Loading branch information
mpsenn authored Feb 20, 2024
1 parent 41f37f5 commit 4b1359d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion mmv1/products/monitoring/GenericService.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ update_verb: :PATCH
update_mask: true
description: |
A Service is a discrete, autonomous, and network-accessible unit,
designed to solve an individual concern (Wikipedia). In Cloud Monitoring,
designed to solve an individual concern. In Cloud Monitoring,
a Service acts as the root resource under which operational aspects of
the service are accessible
references: !ruby/object:Api::Resource::ReferenceLinks
guides:
'Service Monitoring': 'https://cloud.google.com/monitoring/service-monitoring'
'Monitoring API Documentation': 'https://cloud.google.com/monitoring/api/v3/'
'Service-orientation on Wikipedia': 'https://en.wikipedia.org/wiki/Service-orientation'
api: 'https://cloud.google.com/monitoring/api/ref_v3/rest/v3/services'
legacy_name: 'google_monitoring_service'
id_format: 'projects/{{project}}/services/{{service_id}}'
Expand Down
3 changes: 2 additions & 1 deletion mmv1/products/monitoring/Service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ update_verb: :PATCH
update_mask: true
description: |
A Service is a discrete, autonomous, and network-accessible unit,
designed to solve an individual concern (Wikipedia). In Cloud Monitoring,
designed to solve an individual concern. In Cloud Monitoring,
a Service acts as the root resource under which operational aspects of
the service are accessible
references: !ruby/object:Api::Resource::ReferenceLinks
guides:
'Service Monitoring': 'https://cloud.google.com/monitoring/service-monitoring'
'Monitoring API Documentation': 'https://cloud.google.com/monitoring/api/v3/'
'Service-orientation on Wikipedia': 'https://en.wikipedia.org/wiki/Service-orientation'
api: 'https://cloud.google.com/monitoring/api/ref_v3/rest/v3/services'
legacy_name: 'google_monitoring_custom_service'
id_format: '{{name}}'
Expand Down

0 comments on commit 4b1359d

Please sign in to comment.