From 8d7847c7fdba3e037c3d3693f0d7c0ad1171dc55 Mon Sep 17 00:00:00 2001 From: David Hersh Date: Tue, 19 Mar 2024 12:35:34 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e5b63ff..9ba177e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Open the following file to demo code-level metrics. +- [InsightsInterceptor](WebPortal/Java/src/main/java/acme/storefront/InsightsInterceptor.java) + +Open the following file to demo initiating a log search from the code. + - [ValidateCouponAction](WebPortal/Java/src/main/java/acme/storefront/action/ValidateCouponAction.java) And open the following file to demo saving queries to a NRQL file. @@ -10,7 +14,6 @@ And open the following file to demo saving queries to a NRQL file. 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)