An open API service indexing awesome lists of open source software.

https://github.com/teamcodestream/telco-microservices


https://github.com/teamcodestream/telco-microservices

Last synced: 7 months ago
JSON representation

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)