google / cadvisor

Analyzes resource usage and performance characteristics of running containers.
Other
17.25k stars 2.33k forks source link

Is there a way for cAdvisor to collect pod custom labels? #3627

Open MagicStarTrace opened 1 week ago

MagicStarTrace commented 1 week ago
Template:
    metadata:
      annotations:
      ...
      creationTimestamp: null
      labels:
        app: api-gateway
        app_part: default

cAdvisor doesn't seem to support collecting such custom metrics?

pod lable: app=api-gateway

Is there any way to make it support it?