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

K8sReports: LostDollars: NamespaceItem

  • Dark
    Light

Article summary

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

Example:

  {
    "id": "53214960-fda3-4089-9e12-a7f476317352",
    "metadata": {
      "id": "53214960-fda3-4089-9e12-a7f476317352",
      "name": "app-namespace",
      "clusterId": "f99e055f-b35d-208b-63b1-f4222b80151a",
      "clusterName": "realtheory-cluster-01",
      "timestamp": "2024-07-15T14:07:22.7005109Z"
    },
    "lostDollars": 328.0396,
    "lostDollarsPercentage": 76.46,
    "allocatedDollars": 429.04954461,
    "utilization": 42.6,
    "clusterName": "realtheory-cluster-01",
    "namespaceName": "app-namespace",
    "accountName": "RealTheory, Inc.",
    "accountOwner": "Joe.Bloggs"
  }

where:

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

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


Was this article helpful?