<ph type="x-smartling-placeholder"></ph>
您正在查看 Apigee Edge 文档。
转到
Apigee X 文档。 信息
2020 年 2 月 27 日(星期四),我们开始发布适用于公有云的新版 Apigee API Monitoring。
新功能
此版本新增了以下功能。
网络钩子通知对象的新格式
如果您指定网络钩子网址作为提醒通知的目标位置,则对象
发送到该网址的新属性:thresholdViolationsFormatted
。通过
thresholdViolationsFormatted
属性包含描述提醒的对象。
这一新属性是对现有 thresholdViolations
属性的补充。
thresholdViolations
属性包含包含提醒详细信息的单个字符串。
通常,您使用 thresholdViolationsFormatted
属性,因为其解码更简单。
例如,在提醒中,thresholdViolations
属性包含一个采用以下格式的字符串:
"thresholdViolations":{ "Count0": "Duration=5 minutes Region=us-east1 Status Code=2xx Proxy=test-app Violation=sustained above 1.0" }
新的 thresholdViolationsFormatted
属性包含一个采用以下形式的对象:
"thresholdViolations": [ { "metric": "count", "duration": "5 minutes", "region": "us-east1", "statusCode": "2xx", "proxy": "test-app", "violation": "sustained above 1.0" }
如需了解更多详情,请参阅网络钩子对象格式。 对象的完整说明。