Field name  | Type  | Description  | 
|---|
Usage account id  | stringKey  | Account id  | 
Usage_start_date  | stringKey  | Start usage date of the current item  | 
Usage end date  | stringKey  | End usage date of current item.  | 
Product code  | stringKey  | Product code (ec2 - elastic compute cloud)  | 
Line_item_net_unblended_cost  | numericKey  | Individual account’s discounted price.  | 
Resource id (i-04e79afea3f869259)  | stringKey  | Ec2 node id.  | 
K8s id  | stringKey  | Kubernetes id  | 
Total cost  |  | Total cost of this item, summation of cpu costs + memory costs.  | 
Cluster name  | stringKey  | Entire cluster name (hosting the nodes - ec2 and pods)  | 
Namespace name  | stringKey  | A kubernetes namespace, logical separation of services, deployment nodes.  | 
Pod name  | stringKey  | Kubernetes pod name , which may host one or more containers.  | 
Node name  | stringKey  | Node on which the pod is deployed. (EC2 or multiple ec2 machines).  | 
Container id  | stringKey  | Docker container id  | 
Container nam  | stringKey  | Docker container name  | 
Instance type  | stringKey  | AWS EC2 Instance type (like m6g.8xlarge)  | 
AWS region  | stringKey  | Region made up of multiple AZs. (us-east-2)  | 
AWS account id ec2 tag  | stringKey  | EC2 associated with the account.  | 
Environment  | stringKey  | Environment in which it’s being deployed.  | 
Operating system  | stringKey  | Os  | 
Processor_count  | stringKey  | No. of processors for current container  | 
Owning team  | stringKey  | Team name (Confab ..)  | 
User tag user service name  | stringKey  | Custom tag provided which can be added to any entity  | 
Label_kubernetes_name  | stringKey  | Value of the standard label - label.app.kubernetes.io/name given to container / pod.  | 
Label kubernetes instance  | stringKey  | Value of the standard label - label.app.kubernetes.io/instance given to container / pod.  | 
Label Kubernetes component  | stringKey  | Value of the standard label - label.app.kubernetes.io/component given to container / pod.  | 
Label kubernetes_part_of  | stringKey  | Value of the standard label - label.app.kubernetes.io/part-of given to container / pod.  | 
Cpu used cores (0.00068885)  | numericKey  | cpu cores used by the container from total allotted.  | 
Total cpu used cores (0.00068885)  | numericKey  | Total cpu cores in use. (column is not used to calculate anything)  | 
Cpu requested cores  | numericKey  | cpu cores requested for deploying containers.  | 
Cpu allocated  | numericKey  | cpu cores allocated for this container. (0.00005877)  | 
Total cpu allocated  | numericKey  | Total cpu cores allotted to all containers in the node.  | 
Memory used bytes  | numericKey  | Consumed memory by this container.  | 
Total memory used bytes  | numericKey  | Total memory bytes in use.  | 
Memory requested bytes  | numericKey  | Memory requested by containers when deployed  | 
Memory allocated  | numericKey  | Memory allocated for this container.  | 
Total memory allocated  | numericKey  | Total memory for all containers in the node.  | 
Memory usage  | numericKey  | Current memory usage.  | 
Containers running  | numericKey  | Numbers of containers running inside the node.  | 
Memory costs  | numericKey  | calculated costs with memory usage.  | 
Cpu costs  | numericKey  | calculated cost with cpu usage  | 
Cpu usage  | numericKey  | Amount of cpu cores in use divided by allocated. (can be requested or allocated whichever is max)  | 
Entity id  | stringKey  | Entity id of the container.  | 
Deployment name  | stringKey  | Kubernetes deployment name.  |