K8sReports: LostDollars: ClusterItem
  • 07 Aug 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light

K8sReports: LostDollars: ClusterItem

  • Dark
    Light

Article summary

This model describes a cluster item for the Lost Dollars Report.

Example:

{
        "id": "f99e055f-b35d-208b-63b1-f4222b80151a",
        "metadata": {
            "id": "f99e055f-b35d-208b-63b1-f4222b80151a",
            "name": "realtheory-cluster-01",
            "timestamp": "2024-07-15T14:07:22.7005109Z"
        },
        "lostDollars": 982.33510,
        "lostDollarsPercentage": 73.0,
        "allocatedDollars": 1345.64166,
        "utilization": 45.57,
        "clusterName": "realtheory-cluster-01",
        "accountName": "RealTheory, Inc",
        "accountOwner": "Joe.Bloggs"
    }

where:

  • id - Represents the ID of the cluster.
  • metadata
    • id: Represents the ID of the cluster.
    • name: Represents the name of the cluster.
    • timestamp: Represents the timestamp of the record.
  • lostDollars: Represents the expense of unused resources within the cluster.
  • lostDollarPercentage: Represents the proportion of costs attributed to unused resources within the cluster.
  • allocatedDollars: Represents the total expense of resources allocated to the cluster.
  • utilization: Indicates the overall utilization of the cluster.
  • clusterName: Represents the name of the cluster.
  • accountName: Represents an identifier for the cloud provider associated with the cluster such as an Account ID, Account Name, Subscription ID, or Project ID.
  • accountOwner: Represents the account owner or contact person for this cluster.

See Installing RealTheory in a Cluster for more information about the Account Name and Owner fields.


Was this article helpful?