public final class Http2Metric extends Object
HttpMetric
for metrics that are available on both HTTP/1
and HTTP/2 operations.Modifier and Type | Field and Description |
---|---|
static SdkMetric<Integer> |
LOCAL_STREAM_WINDOW_SIZE_IN_BYTES
The local HTTP/2 window size in bytes for the stream that this request was executed on.
|
static SdkMetric<Integer> |
REMOTE_STREAM_WINDOW_SIZE_IN_BYTES
The remote HTTP/2 window size in bytes for the stream that this request was executed on.
|
public static final SdkMetric<Integer> LOCAL_STREAM_WINDOW_SIZE_IN_BYTES
See https://http2.github.io/http2-spec/#FlowControl for more information on HTTP/2 window sizes.
Copyright © 2022. All rights reserved.