You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/micrometer-java.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,12 @@ ms.date: 11/01/2018
10
10
---
11
11
12
12
# How to use Micrometer with Azure Application Insights Java SDK
13
+
14
+
> [!NOTE]
15
+
> Application Insights Java SDK does not support Spring Webflux.
16
+
>
17
+
> Both Webflux and Micrometer are supported in [Application Insights Java 3.0 agent](https://docs.microsoft.com/azure/azure-monitor/app/java-on-premises) that requires no instrumentation.
18
+
13
19
Micrometer application monitoring measures metrics for JVM-based application code and lets you export the data to your favorite monitoring systems. This article will teach you how to use Micrometer with Application Insights for both Spring Boot and non-Spring Boot applications.
0 commit comments