20.02.27 - Apigee API Monitoring 版本说明
<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"
}
如需了解更多详情,请参阅网络钩子对象格式。
对象的完整说明。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-20。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"没有我需要的信息"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"太复杂/步骤太多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"内容需要更新"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻译问题"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/代码问题"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"易于理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"解决了我的问题"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]
{"lastModified": "\u6700\u540e\u66f4\u65b0\u65f6\u95f4 (UTC)\uff1a2024-09-20\u3002"}
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-09-20。"],[],[]]