Skip to content

Commit 78ab8f0

Browse files
committed
Change kebernetes docs
1 parent 2454ce2 commit 78ab8f0

File tree

3 files changed

+36
-5
lines changed

3 files changed

+36
-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: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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. For other languages, please 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+
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.
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)

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)
@@ -1268,6 +1265,8 @@
12681265
href: insights/azure-web-apps-analytics.md
12691266
- name: Application Insights Connector
12701267
href: platform/app-insights-connector.md
1268+
- name: Application Insights for AKS codeless
1269+
href: app/kubernetes.md
12711270
- name: Monitor Docker applications
12721271
href: app/docker.md
12731272
- name: OMS portal deprecation

0 commit comments

Comments
 (0)