> On Mar 24, 2016, at 2:57 AM, Masaori Koshiba <masaori@apache.org> wrote:
>
> 2016年3月23日(水) 14:23 James Peach <jpeach@apache.org>:
>
>>
[snip]
>>> }
>>> +
>>> + return Http2::min_concurrent_streams_in;
>>> + } else {
>>> + if (Http2::throttling) {
>>> + Note("revert SETTINGS_MAX_CONCURRENT_STREAMS to %d",
>> Http2::max_concurrent_streams_in);
>>
>> I’m not sure that we want to log these. Consider a throttling metric
>> instead?
>>
> throttling metric? Would you give me more details?
>
> ATS logs "too many connections, throttling" when connections are over
> proxy.config.net.connections_throttle. I followed this.
I don't think that people read logs much :) I am wondering whether we should introduce some
metrics around connection and stream throttling so that it is easier to monitor?
J
|