Skip to content

Commit 1196465

Browse files
authored
Merge pull request #115194 from MS-jgol/aks-toc-java-doc
Change kubernetes docs
2 parents 62309de + 291fce6 commit 1196465

File tree

3 files changed

+41
-5
lines changed

3 files changed

+41
-5
lines changed

articles/azure-monitor/app/java-on-premises.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Java codeless application monitoring is all about simplicity - there are no code
1414

1515
## Overview
1616

17-
Once enabled, The Java agent will automatically collect a multitude of requests, dependencies, logs, and metrics from the most widely used libraries and frameworks.
17+
Once enabled, the Java agent will automatically collect a multitude of requests, dependencies, logs, and metrics from the most widely used libraries and frameworks.
1818

1919
Please follow [the detailed instructions](https://docs.microsoft.com/azure/azure-monitor/app/java-in-process-agent) for all of the environments, including on-premises.
2020

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: Monitor applications on Azure Kubernetes Service (AKS) with Application Insights - Azure Monitor | Microsoft Docs
3+
description: Azure Monitor seamlessly integrates with your application running on Kubernetes, and allows you to monitor you spot the problems with your apps in no time.
4+
ms.topic: conceptual
5+
author: MS-jgol
6+
ms.author: jgol
7+
ms.date: 05/13/2020
8+
9+
---
10+
11+
# Zero instrumentation application monitoring for Kubernetes - Azure Monitor Application Insights
12+
13+
> [!IMPORTANT]
14+
> 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).
16+
17+
## Application monitoring without instrumenting the code
18+
Currently, only Java lets you enable application monitoring without instrumenting the code. To monitor applications in other languages use the SDKs.
19+
20+
## Java
21+
Once enabled, the Java agent will automatically collect a multitude of requests, dependencies, logs, and metrics from the most widely used libraries and frameworks.
22+
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.
24+
25+
## Other languages
26+
27+
For the applications in other languages we currently recommend using the SDKs:
28+
* [ASP.NET Core](https://docs.microsoft.com/azure/azure-monitor/app/asp-net-core)
29+
* [ASP.NET](https://docs.microsoft.com/azure/azure-monitor/app/asp-net)
30+
* [Node.js](https://docs.microsoft.com/azure/azure-monitor/app/nodejs)
31+
* [JavaScript](https://docs.microsoft.com/azure/azure-monitor/app/javascript)
32+
* [Python](https://docs.microsoft.com/azure/azure-monitor/app/opencensus-python)
33+
34+
## Next steps
35+
36+
* Learn more about [Azure Monitor](https://docs.microsoft.com/azure/azure-monitor/overview) and [Application Insights](https://docs.microsoft.com/azure/azure-monitor/app/app-insights-overview)
37+
* Get an overview of [Distributed Tracing](https://docs.microsoft.com/azure/azure-monitor/app/distributed-tracing) and see what [Application Map](https://docs.microsoft.com/azure/azure-monitor/app/app-map?tabs=net) can do for your business

articles/azure-monitor/toc.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,10 +240,7 @@
240240
displayname: functions, monitor functions, automation
241241
href: ../azure-functions/functions-monitoring.md
242242
- name: Azure Kubernetes Service
243-
items:
244-
- name: Kubernetes (Deprecated)
245-
displayname: aks, microservice, istio, service mesh, application monitoring, monitor kubernetes, monitor aks
246-
href: app/kubernetes.md
243+
href: app/kubernetes-codeless.md
247244
- name: Standalone - any environment
248245
items:
249246
- name: Java (preview)
@@ -1266,6 +1263,8 @@
12661263
href: insights/azure-web-apps-analytics.md
12671264
- name: Application Insights Connector
12681265
href: platform/app-insights-connector.md
1266+
- name: Application Insights for AKS codeless
1267+
href: app/kubernetes.md
12691268
- name: Monitor Docker applications
12701269
href: app/docker.md
12711270
- name: OMS portal deprecation

0 commit comments

Comments
 (0)