Skip to content

Releases: cloudability/metrics-agent

metrics-agent-2.11.11 - ROSA 4.10-4.12 Support

07 Jun 18:21
a944cf7
Compare
Choose a tag to compare

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

01 Jun 17:10
78faf44
Compare
Choose a tag to compare

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

20 Apr 17:20
07f8cd5
Compare
Choose a tag to compare

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

15 Mar 21:02
27a4d20
Compare
Choose a tag to compare

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

01 Mar 19:40
e466798
Compare
Choose a tag to compare

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

17 Jan 21:02
043a79a
Compare
Choose a tag to compare

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

05 Jan 23:47
f3258ed
Compare
Choose a tag to compare

Metrics-agent now performs connectivity test to https://metrics-collector.cloudability.com on startup to verify configurations are successful.

metrics-agent-2.11.4

14 Nov 17:30
fb5bfd6
Compare
Choose a tag to compare

A Helm chart for Kubernetes

metrics-agent-2.11.3

03 Nov 20:33
fdbc946
Compare
Choose a tag to compare

A Helm chart for Kubernetes

metrics-agent-2.11.2

27 Sep 21:50
bd2b223
Compare
Choose a tag to compare
  • 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!