metrics-agent icon indicating copy to clipboard operation
metrics-agent copied to clipboard

From the cloud optimization professionals

Results 27 metrics-agent issues
Sort by recently updated
recently updated
newest added

This PR was automatically created by Snyk using the credentials of a real user.Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of...

When trying to upgrade to the Helm chart using the following settings in the values.yaml: ``` securityContext: runAsUser: 1000 readOnlyRootFilesystem: true ``` The cmd errors out with: ``` Error: UPGRADE...

In enterprise environment that using transparent SSL Scanner such as McAfee Web Gateway (MWG), the agent require to support self certificate authority (CA) in http transport layer to avoid issue,...

In the values file for the helm chart it has the following \# apiKey or secretName is REQUIRED. \# You must generate a template to get your apiKey. \# In...

We would like to add additional volumes and volume mounts via the metrics-agent Helm chart so we can inject the API token via Secrets Store CSI Driver. The below additional...

#### What does this PR do? Add more logs to troubleshoot upload data. Temporarily set vunerability threshold to high. (one medium vunerability doesn't have fixable update) #### Where should the...

#### What does this PR do? Adding HorizontalPodAutoscaler and Disruption Budget for the Application #### Where should the reviewer start? https://github.com/cloudability/metrics-agent/tree/master/charts/metrics-agent added : - pdb.yaml - hpa.yaml update: - values.yaml...

We have a Statefulset that consists of 3 Pods and 4 services (3 services pointing to each Pod individually and 1 service pointing to all 3 Pods). When we access...

#### What does this PR do? Correctly allows the specification of drop in the helm chart values. #### Where should the reviewer start? Helm chart. #### How should this be...

The metrics agent should be able to gracefully handle or ignore virtual nodes in AKS clusters. Currently the metrics agent logs a warning when encountering a virtual node in AKS,...