[
https://issues.apache.org/jira/browse/SCB-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16443472#comment-16443472
]
xuyiyun edited comment on SCB-506 at 4/19/18 2:33 AM:
------------------------------------------------------
各事件上报,包含字段如下:
实例隔离:
private String microserviceName;
//当前实例总请求数
private long currentTotalRequest;
//当前实例连续出错次数
private int currentCountinuousFailureCount;
//当前实例出错百分比
private double currentErrorPercentage;
private long enableRequestThreshold;
private int continuousFailureThreshold;
private int errorThresholdPercentage;
private long singleTestTime;
熔断:
private String microserviceName;
//当前调用的接口
private String invocationQualifiedName;
//当前总请求数
private long currentTotalRequest;
//当前请求出错计数
private long currentErrorCount;
//当前请求出错百分比
private long currentErrorPercentage;
private int requestVolumeThreshold;
private int sleepWindowInMilliseconds;
private int errorThresholdPercentage;
容错:
private FallbackPolicy policy;
private String microserviceName;
//当前调用的接口
private String invocationQualifiedName;
was (Author: xuyiyun):
各事件上报,包含字段如图所示
> 服务治理相关的需要事件上报
> -------------
>
> Key: SCB-506
> URL: https://issues.apache.org/jira/browse/SCB-506
> Project: Apache ServiceComb
> Issue Type: Task
> Components: Java-Chassis
> Reporter: xuyiyun
> Assignee: xuyiyun
> Priority: Major
>
> 如果发生服务降级 实例隔离 熔断等操作,业务监控系统需要能获取到对应的通知,方便集成
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)