Please enable JavaScript.
Coggle requires JavaScript to display documents.
New Relic (Company (San Francisco Based Company, Raised 75$ and 100$…
New Relic
-
Products
Features
Transaction Monitoring
Informative
-
-
Provides a dashboard for inter-process calls to measure performance of external services (Web Services, Cloud Resources) :
-
-
-
Profiling
-
Transaction Traces - Gives information in function granularity to identify bottlenecks in transactions
-
-
SQL Call Monitoring
-
-
-
Index By Operations - It can segment and visualize data into operations like inserts, update, remove etc.. Its useful in single collection enviroments like redis, memcached.
-
-
-
Terminology
Transaction - Represent Unit Of Work within an application, usually refers to a web request. There is 2 types of transactions;
- Web: Initiated by customer
- Non-web: Initiated by internal processes, workers, jobs, tasks
Segment refers to logically divided code part of a transaction. It can be external service call or db call.