-
Bug
-
Resolution: Done
-
Major
-
DO328 - Early Access
-
None
-
ILT, ROLE, VT
-
en-US (English)
URL:
Reporter RHNID: rhn-gls-rtaniguchi
Section: - GE: Collecting Service Metrics
Language: en-US (English)
Workaround: the code is presented as:
@Counted(name = "order_svc:spl50_orders_placed", description = "count of spl50
orders placed")
Does not work. The correct way is:
@Counted(name = "order_svc:spl50_orders_placed", description = "count of spl50"+
"orders placed")
Description: On step 3.3 Edit the src/main/java/com/redhat/training/order/
OrderService.java file. The complete source code changes for this file can be
copied from the /home/student/DO328/solutions/observe-metrics/
order/src/main/java/com/redhat/training/order/OrderService.java
file.
the code is presented as:
@Counted(name = "order_svc:spl50_orders_placed", description = "count of spl50
orders placed")
Does not work. The correct way is:
@Counted(name = "order_svc:spl50_orders_placed", description = "count of spl50"+
"orders placed")