Skip to content

Commit c9afd3e

Browse files
committed
Corrected spelling
1 parent 78ab8f0 commit c9afd3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-monitor/app/kubernetes-codeless.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ ms.date: 05/13/2020
1212

1313
> [!IMPORTANT]
1414
> Currently you can enable monitoring for your Java apps running on Kubernetes without instrumenting your code - use the [Java standalone agent](https://docs.microsoft.com/azure/azure-monitor/app/java-in-process-agent).
15-
> While the solution to seamlessly enabling application monitoring is in the works for other languages, use the SDKs to monitor your apps running on AKS: [ASP.Net Core](https://docs.microsoft.com/azure/azure-monitor/app/asp-net-core), [ASP.Net](https://docs.microsoft.com/azure/azure-monitor/app/asp-net), [Node.js](https://docs.microsoft.com/azure/azure-monitor/app/nodejs), [JavaScript](https://docs.microsoft.com/azure/azure-monitor/app/javascript), and [Python](https://docs.microsoft.com/azure/azure-monitor/app/opencensus-python).
15+
> While the solution to seamlessly enabling application monitoring is in the works for other languages, use the SDKs to monitor your apps running on AKS: [ASP.NET Core](https://docs.microsoft.com/azure/azure-monitor/app/asp-net-core), [ASP.NET](https://docs.microsoft.com/azure/azure-monitor/app/asp-net), [Node.js](https://docs.microsoft.com/azure/azure-monitor/app/nodejs), [JavaScript](https://docs.microsoft.com/azure/azure-monitor/app/javascript), and [Python](https://docs.microsoft.com/azure/azure-monitor/app/opencensus-python).
1616
1717
## Application monitoring without instrumenting the code
18-
Currently, only Java lets you enable application monitoring without instrumenting the code. For other languages, please use the SDKs.
18+
Currently, only Java lets you enable application monitoring without instrumenting the code. To monitor applications in other languages use the SDKs.
1919

2020
## Java
2121
Once enabled, the Java agent will automatically collect a multitude of requests, dependencies, logs, and metrics from the most widely used libraries and frameworks.
2222

23-
Please follow [the detailed instructions](https://docs.microsoft.com/azure/azure-monitor/app/java-in-process-agent) to monitor your Java apps running in Kubernetes apps, as well as other environments.
23+
Follow [the detailed instructions](https://docs.microsoft.com/azure/azure-monitor/app/java-in-process-agent) to monitor your Java apps running in Kubernetes apps, as well as other environments.
2424

2525
## Other languages
2626

0 commit comments

Comments
 (0)