Releases: cloudability/metrics-agent
metrics-agent-2.11.11 - ROSA 4.10-4.12 Support
The metrics-agent now supports ROSA clusters on versions 4.10, 4.11, and 4.12.
ROSA clusters can be provisioned using Helm or through the Containers Insights page.
metrics-agent-2.11.10 - Configurable HTTPS Client Timout
metrics-agent 2.11.10 allows customers to use the environment variable CLOUDABILITY_HTTPS_CLIENT_TIMEOUT to set the HTTPS client timeout on the requests sent from the agent.
This could be useful if a customer has a larger cluster and uploading the data is taking longer than the default 60 seconds to upload.
metrics-agent-2.11.9 - Vulnerability Fixes
metrics-agent-2.11.9 patches alpine image related vulnerabilities by upgrading the base alpine image version from 3.15 -> 3.16.
This release also contains a bug fix to correctly dump the http request/response logs in the case of a timeout.
metrics-agent-2.11.8 - Better Upload Sample Logging
Metrics-agent 2.11.8 includes better logging when uploading data to help customers troubleshoot where the error is occurring.
metrics-agent-2.11.7 - Informer's to Collect Kubernetes Resource Lists
The metrics-agent now collects kubernetes resources using informers. Previously the agent would make a request to the api-server for the entire list of each kubernetes resource, and now the agent instead stores the list of each resource in memory and updates dynamically as the cluster's resources change. This change reduces the size of the requests made to the api-server from the metrics-agent which helps api-server/cluster performance.
This metrics-agent release does increase memory usage of the agent and after upgrading to this version, customers should monitor their deployment to ensure the agent has healthy memory requests/limit configurations. See the "Computing Resources for Metrics Agent" section in the README for more information.
metrics-agent-2.11.6 - Support K8s 1.25 on AKS
Container Cost Allocation is now officially supported on AKS 1.25. This capability will enable customers to gain visibility into their container resource usages, and the cost for their clusters running on AKS 1.25.
Customers can download and deploy our metrics agent using the regular provisioning workflow.
metrics-agent-2.11.5
Metrics-agent now performs connectivity test to https://metrics-collector.cloudability.com on startup to verify configurations are successful.
metrics-agent-2.11.4
A Helm chart for Kubernetes
metrics-agent-2.11.3
A Helm chart for Kubernetes
metrics-agent-2.11.2
- Upgrades the metrics-agent go version to 1.19
- Implements the possibility to use a secret in k8s for the cloudability_api_key when deploying with Helm.
Special thanks to @Roviluca for the pull request!