From 5ed77a3232fa5e8fbd41167cfdfc65933a728f2a Mon Sep 17 00:00:00 2001 From: Rashmi Chandrashekar Date: Tue, 13 Apr 2021 13:39:45 -0700 Subject: [PATCH 1/2] changes --- Documentation/OSMPrivatePreview/ReadMe.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/OSMPrivatePreview/ReadMe.md b/Documentation/OSMPrivatePreview/ReadMe.md index 1becd80b5..677441ad2 100644 --- a/Documentation/OSMPrivatePreview/ReadMe.md +++ b/Documentation/OSMPrivatePreview/ReadMe.md @@ -64,5 +64,6 @@ InsightsMetrics ### Known Issues 1. The workbook has scale limits of 50 pods per namespace. If you have more than 50 pods in mesh you can have workbook loading issues. 2. When source or destination is osmcontroller we show no latency & for internal services we show no resource utilization. +3. When both prometheus scraping using pod annotations and OSM monitoring are enabled on the same set of namespaces, the default set of metrics (envoy_cluster_upstream_cx_total, envoy_cluster_upstream_cx_connect_fail, envoy_cluster_upstream_rq, envoy_cluster_upstream_rq_xx, envoy_cluster_upstream_rq_total, envoy_cluster_upstream_rq_time_bucket, envoy_cluster_upstream_cx_rx_bytes_total, envoy_cluster_upstream_cx_tx_bytes_total, envoy_cluster_upstream_cx_active) will be collected twice. You can follow [this](https://docs.microsoft.com/en-us/azure/azure-monitor/containers/container-insights-prometheus-integration#prometheus-scraping-settings) documentation to exclude these namespaces from pod annotation scraping using the setting monitor_kubernetes_pods_namespaces to work around this issue. This is private preview, the goal for us is to get feedback. Please feel free to reach out to us at [askcoin@microsoft.com](mailto:askcoin@microsoft.com) for any feedback and questions! From b2540376403311e74fbdda320ceee69224a3cb32 Mon Sep 17 00:00:00 2001 From: Rashmi Chandrashekar Date: Tue, 13 Apr 2021 13:48:31 -0700 Subject: [PATCH 2/2] changes --- Documentation/OSMPrivatePreview/ReadMe.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/OSMPrivatePreview/ReadMe.md b/Documentation/OSMPrivatePreview/ReadMe.md index 677441ad2..aa90c7413 100644 --- a/Documentation/OSMPrivatePreview/ReadMe.md +++ b/Documentation/OSMPrivatePreview/ReadMe.md @@ -1,3 +1,5 @@ +Note - This is private preview. For any support issues, please reach out to us at [askcoin@microsoft.com](mailto:askcoin@microsoft.com). Please don't open a support ticket. + # Azure Monitor Container Insights Open Service Mesh Monitoring Azure Monitor container insights now supporting preview of [Open Service Mesh(OSM)](https://docs.microsoft.com/azure/aks/servicemesh-osm-about) Monitoring. As part of this support, customer can: