Skip to content

Commit

Permalink
Merge pull request #600 from google-nalin/master
Browse files Browse the repository at this point in the history
Finalizing strings for QA
  • Loading branch information
cocosheng authored Aug 2, 2023
2 parents 16f6992 + e9116a0 commit e763c4d
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName":"All adjustments by Quota Adjuster",
"displayName":"All adjustments by quota adjuster",
"documentation":{
"content":"Log-based alerting detected a QuotaAdjuster change for service ${log.extracted_label.service_name} limit ${log.extracted_label.limit_name} in location ${log.extracted_label.location}, which increased the quota from ${log.extracted_label.current_quota_limit} to ${log.extracted_label.new_quota_limit}.",
"content":"Log-based alerting detected a quota adjuster change for service ${log.extracted_label.service_name} quota ${log.extracted_label.limit_name} in location ${log.extracted_label.location}, which increased the quota from ${log.extracted_label.current_quota_limit} to ${log.extracted_label.new_quota_limit}.",
"mimeType":"text/markdown"
},
"userLabels":{},
Expand Down
12 changes: 6 additions & 6 deletions alerts/google-quotas/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,26 @@ alert_policy_templates:
version: 1
-
id: all-adjustments-by-quota-adjuster
description: "Monitor Quota Adjuster activity and the notifications channel will alert you to all adjustments."
description: "Monitor quota adjuster activity and the notifications channel will alert you to all adjustments."
version: 1
-
id: quota-adjuster-errors-and-failures
description: "Monitor quota use across projects and the notifications channel will alert you to any failures or errors encountered while automatically adjusting your quotas."
description: "Monitor quota use across projects and the notifications channel will alert you to any failures or errors encountered while adjusting your quotas."
version: 1
-
id: qa-scoped-limit-location-all-adjustments
description: "Monitor Quota Adjuster activity and the notifications channel will alert you to all adjustments."
description: "Monitor quota adjuster activity and the notifications channel will alert you to all adjustments."
version: 1
-
id: qa-scoped-limit-location-all-failures
description: "Monitor quota use across projects and the notifications channel will alert you to any failures or errors encountered while automatically adjusting your quotas."
description: "Monitor quota usage across projects and the notifications channel will alert you to any failures or errors encountered while adjusting your quotas."
version: 1
-
id: qa-scoped-limit-all-adjustments
description: "Monitor Quota Adjuster activity and the notifications channel will alert you to all adjustments."
description: "Monitor quota adjuster activity and the notifications channel will alert you to all adjustments."
version: 1
-
id: qa-scoped-limit-all-failures
description: "Monitor quota use across projects and the notifications channel will alert you to any failures or errors encountered while automatically adjusting your quotas."
description: "Monitor quota use across projects and the notifications channel will alert you to any failures or errors encountered while adjusting your quotas."
version: 1

4 changes: 2 additions & 2 deletions alerts/google-quotas/qa-scoped-limit-all-adjustments.v1.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "All adjustments by Quota Adjuster < ${SERVICE_TITLE} - ${LIMIT_DISPLAY_NAME}",
"displayName": "All adjustments by quota adjuster < ${SERVICE_TITLE} - ${LIMIT_DISPLAY_NAME}",
"documentation": {
"content": "Log-based alerting detected a QuotaAdjuster change for service ${log.extracted_label.service_name} limit ${LIMIT_DISPLAY_NAME} in location ${log.extracted_label.location}, which increased the quota from ${log.extracted_label.current_quota_limit} to ${log.extracted_label.new_quota_limit}.",
"content": "Log-based alerting detected a quota adjuster change for service ${log.extracted_label.service_name} quota ${LIMIT_DISPLAY_NAME} in location ${log.extracted_label.location}, which increased the quota from ${log.extracted_label.current_quota_limit} to ${log.extracted_label.new_quota_limit}.",
"mimeType": "text/markdown"
},
"userLabels": {},
Expand Down
4 changes: 2 additions & 2 deletions alerts/google-quotas/qa-scoped-limit-all-failures.v1.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "Quota Adjuster errors and failures < ${SERVICE_TITLE} - ${LIMIT_DISPLAY_NAME}",
"displayName": "Quota adjuster errors and failures < ${SERVICE_TITLE} - ${LIMIT_DISPLAY_NAME}",
"documentation": {
"content": "Log-based alerting detected that QuotaAdjuster attempted to change the service ${log.extracted_label.service_name} limit ${LIMIT_DISPLAY_NAME} in location ${log.extracted_label.location}.The change has failed.",
"content": "Log-based alerting detected that quota adjuster attempted to change the service ${log.extracted_label.service_name} quota ${LIMIT_DISPLAY_NAME} in location ${log.extracted_label.location}.The change has failed.",
"mimeType": "text/markdown"
},
"userLabels": {},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "All adjustments by Quota Adjuster < ${SERVICE_TITLE} - ${LIMIT_DISPLAY_NAME} - ${LOCATION}",
"displayName": "All adjustments by quota adjuster < ${SERVICE_TITLE} - ${LIMIT_DISPLAY_NAME} - ${LOCATION}",
"documentation": {
"content": "Log-based alerting detected a QuotaAdjuster change for service ${log.extracted_label.service_name} limit ${LIMIT_DISPLAY_NAME} in location ${log.extracted_label.location}, which increased the quota from ${log.extracted_label.current_quota_limit} to ${log.extracted_label.new_quota_limit}.",
"content": "Log-based alerting detected a quota adjuster change for service ${log.extracted_label.service_name} quota ${LIMIT_DISPLAY_NAME} in location ${log.extracted_label.location}, which increased the quota from ${log.extracted_label.current_quota_limit} to ${log.extracted_label.new_quota_limit}.",
"mimeType": "text/markdown"
},
"userLabels": {},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "Quota Adjuster errors and failures < ${SERVICE_TITLE} - ${LIMIT_DISPLAY_NAME} - ${LOCATION}",
"displayName": "Quota adjuster errors and failures < ${SERVICE_TITLE} - ${LIMIT_DISPLAY_NAME} - ${LOCATION}",
"documentation": {
"content": "Log-based alerting detected that QuotaAdjuster attempted to change the service ${log.extracted_label.service_name} limit ${LIMIT_DISPLAY_NAME} in location ${log.extracted_label.location}.The change has failed.",
"content": "Log-based alerting detected that quota adjuster attempted to change the service ${log.extracted_label.service_name} quota ${LIMIT_DISPLAY_NAME} in location ${log.extracted_label.location}.The change has failed.",
"mimeType": "text/markdown"
},
"userLabels": {},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "Quota Adjuster errors and failures",
"displayName": "Quota adjuster errors and failures",
"documentation": {
"content": "Log-based alerting detected that QuotaAdjuster attempted to change the service ${log.extracted_label.service_name} limit ${log.extracted_label.limit_name} in location ${log.extracted_label.location}.",
"content": "Log-based alerting detected that quota adjuster attempted to change the service ${log.extracted_label.service_name} quota ${log.extracted_label.limit_name} in location ${log.extracted_label.location}.",
"mimeType": "text/markdown"
},
"userLabels": {},
Expand Down

0 comments on commit e763c4d

Please sign in to comment.