Skip to content

Commit b7b21f6

Browse files
committed
Configure histogram
1 parent 2261558 commit b7b21f6

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

customer-service/src/main/java/de/openknowledge/sample/customer/application/CustomerResource.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,6 @@ public void setBillingAddress(@PathParam("customerNumber") CustomerNumber custom
114114
billingAddressRepository.update(customerNumber, billingAddress);
115115
}
116116

117-
@Timed(name = "setDeliveryAddressForCustomer2",
118-
description = "Metrics to monitor the times of processItem method.",
119-
unit = MetricUnits.MILLISECONDS,
120-
absolute = true)
121117
@PUT
122118
@Path("/{customerNumber}/delivery-address")
123119
@Produces(MediaType.APPLICATION_JSON)

0 commit comments

Comments
 (0)