You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Implement SERVICE_ENDPOINT core metric
* Create CollectionStages for SERVICE_ENDPOINT
* Remove erviceEndpointMetricCollectionStages since they're unnecessary
* Move collection of SERVICE_ENDPOINT metric
Simplify by collecting in the API Call metric collection stages where other
request metrics are already being collected.
* Remove unused import
* Update changelog entry
* Fix test
* Remove unused class
---------
Co-authored-by: David Negrete <[email protected]>
"description": "Add support for the `SERVICE_ENDPOINT` metric. This metric represents the endpoint (scheme and authority) that the request was sent to."
Copy file name to clipboardExpand all lines: core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/http/pipeline/stages/ApiCallMetricCollectionStage.java
Copy file name to clipboardExpand all lines: core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/http/pipeline/stages/AsyncApiCallMetricCollectionStage.java
Copy file name to clipboardExpand all lines: test/codegen-generated-classes-test/src/test/java/software/amazon/awssdk/services/metrics/CoreMetricsTest.java
Copy file name to clipboardExpand all lines: test/codegen-generated-classes-test/src/test/java/software/amazon/awssdk/services/metrics/async/BaseAsyncCoreMetricsTest.java
0 commit comments