From 6576f6c285f6cb447ac877b69e64657d014ad984 Mon Sep 17 00:00:00 2001 From: Mario Erazo Date: Mon, 14 Jun 2021 14:32:39 +0200 Subject: [PATCH 1/3] Add APM item --- radar/2021-01-01/apm.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 radar/2021-01-01/apm.md diff --git a/radar/2021-01-01/apm.md b/radar/2021-01-01/apm.md new file mode 100644 index 0000000..36a998c --- /dev/null +++ b/radar/2021-01-01/apm.md @@ -0,0 +1,10 @@ +--- +title: "API-First Design Approach" +ring: adopt +quadrant: methods-and-patterns + +--- + +Application performance management (APM) enables to predict and prevent performance issues before they impact your users or your business. APM solutions help organizations to ensure that applications meet performance, availability and user experience expectations. This can be achieved by measuring application performance, providing visibility into performance issues, alerting developers and administrators when performance problems appear, and allow to analyse how reliable a improvement is compared to a previous state. In the last years APM solutions are evolving from application performance monitoring tools to more feature full systems that incorporating observability, performance data collection and analysis, which is more to date with distributed cloud-native applications. + +Our experience with APM relates to the instrumentation of applications. This includes exposing metrics, tracing and integration with external services such as [New Relic](https://newrelic.com/). We decided to go for this approach given the simplicity and the benefits they proved on a daily basis when analyzing and optimizing our software. From e8b6a8f5f4b70376ad72c1572fa6da7e61bba6a3 Mon Sep 17 00:00:00 2001 From: Mario Erazo Date: Mon, 14 Jun 2021 14:33:04 +0200 Subject: [PATCH 2/3] Fix title --- radar/2021-01-01/apm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radar/2021-01-01/apm.md b/radar/2021-01-01/apm.md index 36a998c..2b67044 100644 --- a/radar/2021-01-01/apm.md +++ b/radar/2021-01-01/apm.md @@ -1,5 +1,5 @@ --- -title: "API-First Design Approach" +title: "Application Performance Management" ring: adopt quadrant: methods-and-patterns From 431155cbc7a3deff1db846bb7207c99b947595c4 Mon Sep 17 00:00:00 2001 From: Brian Hoffmann Date: Mon, 14 Jun 2021 15:31:53 +0200 Subject: [PATCH 3/3] Grammar --- radar/2021-01-01/apm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radar/2021-01-01/apm.md b/radar/2021-01-01/apm.md index 2b67044..8b7c55d 100644 --- a/radar/2021-01-01/apm.md +++ b/radar/2021-01-01/apm.md @@ -5,6 +5,6 @@ quadrant: methods-and-patterns --- -Application performance management (APM) enables to predict and prevent performance issues before they impact your users or your business. APM solutions help organizations to ensure that applications meet performance, availability and user experience expectations. This can be achieved by measuring application performance, providing visibility into performance issues, alerting developers and administrators when performance problems appear, and allow to analyse how reliable a improvement is compared to a previous state. In the last years APM solutions are evolving from application performance monitoring tools to more feature full systems that incorporating observability, performance data collection and analysis, which is more to date with distributed cloud-native applications. +Application performance management (APM) enables to predict and prevent performance issues before they impact your users or your business. APM solutions help organizations to ensure that applications meet performance, availability and user experience expectations. This can be achieved by measuring application performance, providing visibility into performance issues, alerting developers and administrators when performance problems appear, and allow analysing how reliable an improvement is compared to a previous state. In the last years APM solutions are evolving from application performance monitoring tools to more feature full systems that incorporating observability, performance data collection and analysis, which is more to date with distributed cloud-native applications. Our experience with APM relates to the instrumentation of applications. This includes exposing metrics, tracing and integration with external services such as [New Relic](https://newrelic.com/). We decided to go for this approach given the simplicity and the benefits they proved on a daily basis when analyzing and optimizing our software.