Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
planteater authored Mar 19, 2024
1 parent a22f424 commit 8d7847c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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)
Expand Down

0 comments on commit 8d7847c

Please sign in to comment.