Package | Description |
---|---|
io.sphere.sdk.client.metrics |
Provides classes to collect metrics about a
SphereClient . |
Modifier and Type | Class and Description |
---|---|
class |
ObservedDeserializationDuration
Message for the duration of transforming the http response body into a Java object.
|
class |
ObservedSerializationDuration
Contains the amount of time spent to transform the Java request object into a
HttpRequestIntent object. |
class |
ObservedTotalDuration
The total amount of one execution of
SimpleMetricsSphereClient.execute(SphereRequest) until the CompletionStage is completed. |