---
title: "Cost Optimization"
description: "Tools for understanding and reducing compute costs"
---
Tracer provides cost-related metrics and execution data to help teams understand how compute resources are used and where waste occurs. These features do not modify workloads. They make it easier to make informed decisions about scaling, allocation, and configuration.
## Cost Analysis
Cost Analysis shows compute spend at the cluster, namespace, and workload levels. Tracer combines cloud billing information with execution signals such as CPU usage, memory usage, and process activity.
This allows you to:
- Review cost patterns over time
- Identify workloads that consistently use more or fewer resources than expected
- Compare cost across pipeline runs
- Pinpoint costs by container, tool, job, and run
- Detect over-allocated or under-allocated configurations
- Attribute costs by pipeline type, user, environment, or cost department
Tracer displays these metrics using simple graphs that relate cost to observed execution behavior. This helps determine whether a workload is constrained, over-provisioned, or operating as expected.
Optimize specific pipelines and workloads
Systemwide cloud waste detection