例如,您可以定义请求和响应消息流量的阈值,触发警报,并且可以在阈值达到时启动限流功能。
For example, you can define thresholds for request and response message throughput, triggering alerts and possibly start throttling once the threshold has been reached.
但是,如果启动了该服务,它是否会与用户产生冲突,且开始出现淹没我们的服务器的流量?
However, what if once having launched the service, it turned out to be a hit with users, and traffic begins to overwhelm our server?
例如,您可以设置自动伸缩功能,基于一些指标(比如入站流量)自动启动新实例。
You could, for example, set auto scaling to fire up new instances based on some metric, such as incoming traffic.
应用推荐