You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Fargate sidecar support: reset NRIA_OVERRIDE_HOST_ROOT in Dockerfile.sidecar so the agent reads /proc directly instead of the non-existent /host/proc mount
Add AllocatableCPUCores and AllocatableMemoryBytes fetch functions to correctly compute node CPU/memory utilization ratios from the raw allocatable ResourceList
Fix allocatableCpuCoresUtilization and allocatableMemoryUtilization metric definitions to use the correct raw keys (usageNanoCores / memoryWorkingSetBytes)
Set isReady=false for containers in Waiting, Terminated, or Unknown state instead of omitting the metric
Add networkRouteFile: /proc/1/net/route to the Fargate sidecar nri-kubernetes.yml to resolve network interface detection on Fargate nodes
βοΈ Dependencies
Updated golang.org/x/text to v0.37.0
Updated github.com/prometheus/common to v0.68.1 - Changelog π