Skip to content

Commit 1fce816

Browse files
authored
Merge pull request #109206 from MGoedtel/UpdateCI326
removed note about preview
2 parents 7d970f9 + 7d483b2 commit 1fce816

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

articles/azure-monitor/insights/container-insights-log-search.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: How to Query Logs from Azure Monitor for containers | Microsoft Docs
33
description: Azure Monitor for containers collects metrics and log data and this article describes the records and includes sample queries.
44
ms.topic: conceptual
5-
ms.date: 10/15/2019
5+
ms.date: 03/26/2020
66

77
---
88

@@ -24,23 +24,19 @@ Examples of records that are collected by Azure Monitor for containers and the d
2424
| Inventory of nodes part of a Kubernetes cluster | `KubeNodeInventory` | TimeGenerated, Computer, ClusterName, ClusterId, LastTransitionTimeReady, Labels, Status, KubeletVersion, KubeProxyVersion, CreationTimeStamp, SourceSystem |
2525
| Kubernetes Events | `KubeEvents` | TimeGenerated, Computer, ClusterId_s, FirstSeen_t, LastSeen_t, Count_d, ObjectKind_s, Namespace_s, Name_s, Reason_s, Type_s, TimeGenerated_s, SourceComponent_s, ClusterName_s, Message, SourceSystem |
2626
| Services in the Kubernetes cluster | `KubeServices` | TimeGenerated, ServiceName_s, Namespace_s, SelectorLabels_s, ClusterId_s, ClusterName_s, ClusterIP_s, ServiceType_s, SourceSystem |
27-
| Performance metrics for nodes part of the Kubernetes cluster | Perf | where ObjectName == K8SNode | Computer, ObjectName, CounterName (cpuAllocatableBytes, memoryAllocatableBytes, cpuCapacityNanoCores, memoryCapacityBytes, memoryRssBytes, cpuUsageNanoCores, memoryWorkingsetBytes, restartTimeEpoch), CounterValue, TimeGenerated, CounterPath, SourceSystem |
28-
| Performance metrics for containers part of the Kubernetes cluster | Perf | where ObjectName == K8SContainer | CounterName ( cpuRequestNanoCores, memoryRequestBytes, cpuLimitNanoCores, memoryWorkingSetBytes, restartTimeEpoch, cpuUsageNanoCores, memoryRssBytes), CounterValue, TimeGenerated, CounterPath, SourceSystem |
27+
| Performance metrics for nodes part of the Kubernetes cluster | Perf | where ObjectName == "K8SNode" | Computer, ObjectName, CounterName (cpuAllocatableBytes, memoryAllocatableBytes, cpuCapacityNanoCores, memoryCapacityBytes, memoryRssBytes, cpuUsageNanoCores, memoryWorkingsetBytes, restartTimeEpoch), CounterValue, TimeGenerated, CounterPath, SourceSystem |
28+
| Performance metrics for containers part of the Kubernetes cluster | Perf | where ObjectName == "K8SContainer" | CounterName ( cpuRequestNanoCores, memoryRequestBytes, cpuLimitNanoCores, memoryWorkingSetBytes, restartTimeEpoch, cpuUsageNanoCores, memoryRssBytes), CounterValue, TimeGenerated, CounterPath, SourceSystem |
2929
| Custom Metrics |`InsightsMetrics` | Computer, Name, Namespace, Origin, SourceSystem, Tags<sup>1</sup>, TimeGenerated, Type, Va, _ResourceId |
3030

3131
<sup>1</sup> The *Tags* property represents [multiple dimensions](../platform/data-platform-metrics.md#multi-dimensional-metrics) for the corresponding metric. For additional information about the metrics collected and stored in the `InsightsMetrics` table and a description of the record properties, see [InsightsMetrics overview](https://github.com/microsoft/OMS-docker/blob/vishwa/june19agentrel/docs/InsightsMetrics.md).
3232

33-
>[!NOTE]
34-
>Support for Prometheus is a feature in public preview at this time.
35-
>
36-
3733
## Search logs to analyze data
3834

3935
Azure Monitor Logs can help you look for trends, diagnose bottlenecks, forecast, or correlate data that can help you determine whether the current cluster configuration is performing optimally. Pre-defined log searches are provided for you to immediately start using or to customize to return the information the way you want.
4036

4137
You can perform interactive analysis of data in the workspace by selecting the **View Kubernetes event logs** or **View container logs** option in the preview pane from the **View in analytics** drop-down list. The **Log Search** page appears to the right of the Azure portal page that you were on.
4238

43-
![Analyze data in Log Analytics](./media/container-insights-analyze/container-health-log-search-example.png)
39+
![Analyze data in Log Analytics](./media/container-insights-analyze/container-health-log-search-example.png)
4440

4541
The container logs output that's forwarded to your workspace are STDOUT and STDERR. Because Azure Monitor is monitoring Azure-managed Kubernetes (AKS), Kube-system is not collected today because of the large volume of generated data.
4642

0 commit comments

Comments
 (0)