New APM Database Dashboard for SQL and NoSQL Databases and Caches
The new APM Database Dashboard offers better visibility for SQL and NoSQL databases and caches thanks to overview charts and a new host of cache operations.
Join the DZone community and get the full member experience.
Join For Freethis article was written by stevan arychuk
from relational sql databases like mysql, oracle, and postgres to nosql data stores like redis, cassandra, and mongodb, you have a lot of options to choose from when designing your application stack. perhaps you’ve decided you need both mysql and redis in order to provide a good experience for your users. the flexibility is great, but using multiple components can make it difficult to understand the performance and operational impacts of each technology on your application.
we recently released an all new databases dashboard for new relic apm designed to provide improved visibility to your application’s use of relational sql and nosql databases as well as caches. this new dashboard provides more granular charts tracking the operations in each database and cache as well as a unified view of all databases and caches used by an application. this convenient view can allow you to quickly see the performance impact of a specific data store type on your application:
overview charts now show performance of individual database/cache types
once applications have been upgraded with agents that support the new dashboard, one of the first things you will notice is that the main chart on the overview dashboard can now show individual database types as separate bands, making it easy to see the performance impact of each database or cache on your application; clicking a band will take you to the new database dashboard filtered to that specific data store type.
filter the dashboard to a specific database/cache type
finally, a unified dashboard for all sql databases and nosql caches instrumented by our language agents ! even better is the ability to filter the page to show only operations, charts, and metrics for a specific data store type. by simply picking a specific type—‘memcached,’ for example—you can see a filtered page that shows only the metrics and charts for ‘memcached.’ this can be extremely helpful for developers trying to optimize the performance of their app, and for ops engineers who have to troubleshoot and support it.
see and search all database/cache operations
taking a cue from our transactions dashboard , we have now included an ‘all operations table’ that is designed to show every operation for all databases and caches for the app within the selected time window. this new table also has filtering and sorting capabilities, contextual search, and includes the model when appropriate. you can find this link under the list of operations on the main dashboard page.
how to get the new hotness
the new database dashboard is available to all new relic apm paid account types , and the updated overview page is available to all accounts. you will need to update your agents to a version that supports this feature , but it is supported by all new relic agents: java, .net, php, python, ruby, and node.js.
Published at DZone with permission of Fredric Paul, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments