| Package | Description |
|---|---|
| io.sphere.sdk.client.metrics |
Provides classes to collect metrics about a
SphereClient. |
| Class and Description |
|---|
| ObservedDeserializationDuration
Message for the duration of transforming the http response body into a Java object.
|
| ObservedDuration
Contains duration information for a particular aspect of one execution of a
SimpleMetricsSphereClient.execute(SphereRequest). |
| ObservedSerializationDuration
Contains the amount of time spent to transform the Java request object into a
HttpRequestIntent object. |
| ObservedTotalDuration
The total amount of one execution of
SimpleMetricsSphereClient.execute(SphereRequest) until the CompletionStage is completed. |
| SimpleMetricsSphereClient
A decorator for
SphereClients which collects the time of serialization from and to JSON
as well as the time waiting for the response from the Composable Commerce API. |