https://github.com/teamcodestream/telco-microservices
https://github.com/teamcodestream/telco-microservices
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/teamcodestream/telco-microservices
- Owner: TeamCodeStream
- Created: 2023-02-28T23:03:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T18:51:05.000Z (over 1 year ago)
- Last Synced: 2025-05-07T20:03:57.585Z (7 months ago)
- Language: Java
- Size: 40.2 MB
- Stars: 3
- Watchers: 13
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Files with CLM
Open the following file to demo code-level metrics.
- [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))
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.
- [BrowsePhonesAction](WebPortal/Java/src/main/java/acme/storefront/action/BrowsePhonesAction.java)
- [BrowsePlanAction](WebPortal/Java/src/main/java/acme/storefront/action/BrowsePlanAction.java)
- [BrowsePlansAction](WebPortal/Java/src/main/java/acme/storefront/action/BrowsePlansAction.java)
- [IndexAction](WebPortal/Java/src/main/java/acme/storefront/action/IndexAction.java)
- [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)
- [ServiceProxy](WebPortal/Java/src/main/java/acme/storefront/serviceproxy/ServiceProxy.java)
- [NewRelicInterceptor](WebPortal/Java/src/main/java/acme/storefront/NewRelicInterceptor.java)