From 1535cfc1d02fd797fdb002f71893da237212984d Mon Sep 17 00:00:00 2001 From: David Hersh Date: Fri, 1 Mar 2024 15:07:48 -0500 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8551c72..e5b63ff 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,15 @@ Open the following file to demo code-level metrics. -- [InsightsInterceptor](WebPortal/Java/src/main/java/acme/storefront/InsightsInterceptor.java) +- [ValidateCouponAction](WebPortal/Java/src/main/java/acme/storefront/action/ValidateCouponAction.java) + +And open the following file to demo saving queries to a NRQL file. + +- [demo_queries](demo_queries.nrql) The following files also have codelenses, many of which were acheived via custom instrumentation. +- [InsightsInterceptor](WebPortal/Java/src/main/java/acme/storefront/InsightsInterceptor.java) - [BrowsePhoneAction](WebPortal/Java/src/main/java/acme/storefront/action/BrowsePhoneAction.java) - [BrowsePhonesAction](WebPortal/Java/src/main/java/acme/storefront/action/BrowsePhonesAction.java) - [BrowsePlanAction](WebPortal/Java/src/main/java/acme/storefront/action/BrowsePlanAction.java) @@ -14,8 +19,6 @@ The following files also have codelenses, many of which were acheived via custom - [PurchaseAction](WebPortal/Java/src/main/java/acme/storefront/action/PurchaseAction.java) - [ValidateCouponAction](WebPortal/Java/src/main/java/acme/storefront/action/ValidateCouponAction.java) - [ViewCartAction](WebPortal/Java/src/main/java/acme/storefront/action/ViewCartAction.java) - - - [CouponServiceProxy](WebPortal/Java/src/main/java/acme/storefront/serviceproxy/CouponServiceProxy.java) - [InventoryServiceProxy](WebPortal/Java/src/main/java/acme/storefront/serviceproxy/InventoryServiceProxy.java) - [PlanServiceProxy](WebPortal/Java/src/main/java/acme/storefront/serviceproxy/PlanServiceProxy.java)