Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 715 Bytes

api-abandoned-workloads.md

File metadata and controls

18 lines (13 loc) · 715 Bytes

Abandoned Workloads

The abandoned workloads API suggests cluster workloads that have been abandoned based on network traffic levels. It is available at:

http://<kubecost-address>/model/savings/abandonedWorkloads

Parameters

Name Type Description
days int Number of historical days over which network traffic should be measured.
threshold int The threshold of traffic (bytes/second) at which a workload is determined abandoned.

Edit this doc on GitHub