From cbff24c6a9fb16ce769aa791b60d2b3fa388aafb Mon Sep 17 00:00:00 2001 From: Ganga Mahesh Siddem Date: Mon, 20 Apr 2020 12:10:42 -0700 Subject: [PATCH 1/2] update release notes --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index bcffbf8a5..8f38e0c1a 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,18 @@ additional questions or comments. Note : The agent version(s) below has dates (ciprod), which indicate the agent build dates (not release dates) +### 04/16/2020 - +> Note: This agent release targetted for non-AKS clusters via Azure Monitor for containers HELM chart update +##### Version microsoft/oms:ciprod04162020 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod04162020 +##### Code change log +- Add support for rate limiting +- Add support for Container Runtime Interface compatible container runtime(s) like CRI-O and ContainerD + +##### Customer Impact +- Ingestion will throttle the workspaces if the agent on the cluster sending the beyond Log Analytics Workspace throttling limits i.e. 500 MB/s +- On Docker runtime environments, Inventory of the containers obtained earlier via Docker REST API. + Agent now uses the cAdvisor APIs to get the inventory of the containers for Docker and non-Docker container runtime environments. + ### 03/02/2020 - ##### Version microsoft/oms:ciprod03022020 Version mcr.microsoft.com/azuremonitor/containerinsights/ciprod:ciprod03022020 ##### Code change log From 372804e44b9fafbd6497bba848d6d8686d0e7719 Mon Sep 17 00:00:00 2001 From: Ganga Mahesh Siddem Date: Tue, 21 Apr 2020 10:54:47 -0700 Subject: [PATCH 2/2] fix pr feedback --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8f38e0c1a..5a348f2d6 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ Note : The agent version(s) below has dates (ciprod), which indicate t ##### Code change log - Add support for rate limiting - Add support for Container Runtime Interface compatible container runtime(s) like CRI-O and ContainerD + - cAdvisor APIs are used to collect the container inventory for Docker/Moby and CRI runtime K8s environments + - Based on the container runtime, corresponding container log FluentBit parser(docker/cri) selected ##### Customer Impact - Ingestion will throttle the workspaces if the agent on the cluster sending the beyond Log Analytics Workspace throttling limits i.e. 500 MB/s