選取您的 Cookie 偏好設定

我們使用提供自身網站和服務所需的基本 Cookie 和類似工具。我們使用效能 Cookie 收集匿名統計資料,以便了解客戶如何使用我們的網站並進行改進。基本 Cookie 無法停用,但可以按一下「自訂」或「拒絕」以拒絕效能 Cookie。

如果您同意,AWS 與經核准的第三方也會使用 Cookie 提供實用的網站功能、記住您的偏好設定,並顯示相關內容,包括相關廣告。若要接受或拒絕所有非必要 Cookie,請按一下「接受」或「拒絕」。若要進行更詳細的選擇,請按一下「自訂」。

使用 Contributor Insights 來識別熱門位置和 ISPs

焦點模式
使用 Contributor Insights 來識別熱門位置和 ISPs - Amazon CloudWatch

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

CloudWatch Contributor Insights 可協助您識別 AWS 應用程式的熱門用戶端位置和 ASNs (通常是網際網路服務供應商或 ISPs)。使用下列範例 Contributor Insights 規則,以開始使用適用於網際網路監視器的規則。如需詳細資訊,請參閱在 CloudWatch 中建立 Contributor Insights 規則

若要進一步了解網路監視器中的用戶端位置準確度,請參閱網路監視器中的地理位置資訊和準確度

注意

網路監視器每五分鐘會存放網際網路測量資料,因此在您設定 Contributor Insights 規則之後,您必須將期間調整為五分鐘才能查看圖形。

依可用性影響檢視最受影響的位置和 ASN

若要依可用性下降程度檢視最受影響的用戶端位置和 ASN,可以在語法編輯器中使用下列 Contributor Insights 規則。以您自有的監視器名稱取代 monitor-name

{ "Schema": { "Name": "CloudWatchLogRule", "Version": 1 }, "AggregateOn": "Sum", "Contribution": { "Filters": [ { "Match": "$.clientLocation.city", "IsPresent": true } ], "Keys": [ "$.clientLocation.city", "$.clientLocation.networkName" ], "ValueOf": "$.awsInternetHealth.availability.percentageOfTotalTrafficImpacted" }, "LogFormat": "JSON", "LogGroupNames": [ "/aws/internet-monitor/monitor-name/byCity" ] }

依延遲影響檢視最受影響的用戶端位置和 ASN

若要依往返時間增加程度檢視最受影響的用戶端位置和 ASN,可以在語法編輯器中使用下列 Contributor Insights 規則。以您自有的監視器名稱取代 monitor-name

{ "Schema": { "Name": "CloudWatchLogRule", "Version": 1 }, "AggregateOn": "Sum", "Contribution": { "Filters": [ { "Match": "$.clientLocation.city", "IsPresent": true } ], "Keys": [ "$.clientLocation.city", "$.clientLocation.networkName" ], "ValueOf": "$.awsInternetHealth.performance.percentageOfTotalTrafficImpacted" }, "LogFormat": "JSON", "LogGroupNames": [ "/aws/internet-monitor/monitor-name/byCity" ] }

依總流量百分比檢視最受影響的用戶端位置和 ASN

若要依總流量百分比檢視最受影響的用戶端位置和 ASN,可以在語法編輯器中使用下列 Contributor Insights 規則。以您自有的監視器名稱取代 monitor-name

{ "Schema": { "Name": "CloudWatchLogRule", "Version": 1 }, "AggregateOn": "Sum", "Contribution": { "Filters": [ { "Match": "$.clientLocation.city", "IsPresent": true } ], "Keys": [ "$.clientLocation.city", "$.clientLocation.networkName" ], "ValueOf": "$.percentageOfTotalTraffic" }, "LogFormat": "JSON", "LogGroupNames": [ "/aws/internet-monitor/monitor-name/byCity" ] }
隱私權網站條款Cookie 偏好設定
© 2025, Amazon Web Services, Inc.或其附屬公司。保留所有權利。