Skip to content

Commit 7c7e9dc

Browse files
authored
Merge pull request #130046 from MS-jgol/micrometer-webflux
Added note on webflux
2 parents 95550ba + f62c32e commit 7c7e9dc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/azure-monitor/app/micrometer-java.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ ms.date: 11/01/2018
1010
---
1111

1212
# 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+
1319
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.
1420

1521
## Using Spring Boot 1.5x

0 commit comments

Comments
 (0)