coroot / coroot-node-agent

A Prometheus exporter based on eBPF that gathers comprehensive container metrics
https://coroot.com/docs/metrics/node-agent
Apache License 2.0
311 stars 55 forks source link

On EKS 1.22 missing some node_cloud_info needed for cost analysis #13

Closed YoranSys closed 1 year ago

YoranSys commented 1 year ago

Hello, using latest node agent helm chart I can't get cost analysis, after some research on prometheus it's seem some label are missing based on your documentation

Here some label missing on node_cloud_info :

My current label:

{
    account_id="xxxxx",
    availability_zone_id="xxxxxx",
    instance="xxxxxxxx:80",
    instance_id="i-00fxxxxxxxxxxx",
    local_ipv4="10.xxxxxxxx",
    machine_id="ec2708xxxxxxxxxxxxxxxx",
}

Some complementary information: image

def commented 1 year ago

@YoranSys thank you for the report. It's fixed in v1.7.6