Skip to content

Commit f5c2cdf

Browse files
author
David Hersh
authored
Update README.md
Change file to use for showing code-level metrics
1 parent 8d7847c commit f5c2cdf

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,14 @@
22

33
Open the following file to demo code-level metrics.
44

5-
- [InsightsInterceptor](WebPortal/Java/src/main/java/acme/storefront/InsightsInterceptor.java)
6-
7-
Open the following file to demo initiating a log search from the code.
8-
9-
- [ValidateCouponAction](WebPortal/Java/src/main/java/acme/storefront/action/ValidateCouponAction.java)
5+
- [BrowsePhoneAction](WebPortal/Java/src/main/java/acme/storefront/action/BrowsePhoneAction.java) (note that this used to be [InsightsInterceptor](WebPortal/Java/src/main/java/acme/storefront/InsightsInterceptor.java))
106

117
And open the following file to demo saving queries to a NRQL file.
128

139
- [demo_queries](demo_queries.nrql)
1410

1511
The following files also have codelenses, many of which were acheived via custom instrumentation.
1612

17-
- [BrowsePhoneAction](WebPortal/Java/src/main/java/acme/storefront/action/BrowsePhoneAction.java)
1813
- [BrowsePhonesAction](WebPortal/Java/src/main/java/acme/storefront/action/BrowsePhonesAction.java)
1914
- [BrowsePlanAction](WebPortal/Java/src/main/java/acme/storefront/action/BrowsePlanAction.java)
2015
- [BrowsePlansAction](WebPortal/Java/src/main/java/acme/storefront/action/BrowsePlansAction.java)

0 commit comments

Comments
 (0)