> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chronosphere.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Control your telemetry data

export const TUsageAnalyzer = () => <>
    Telemetry Usage Analyzer
  </>;

Your app generates a lot of data, but not all of it's actionable. Storing every byte
is costly, and can quickly overwhelm your capacity limit, license limit, or both.
Aside from financial cost, there's computing cost associated with generating,
processing, and temporarily storing your telemetry data.

Reducing telemetry data volume keeps costs predictable and manageable as your
business scales, and helps teams manage their data effectively by reducing the amount
of available information. When you optimize your telemetry data, on-call engineers
can find the data they need to solve problems faster.

To take control of your telemetry data, Chronosphere Observability Platform provides
multiple tools you can use to identify and eliminate data that isn't used and doesn't
deliver value to your business. See [Data control concepts](/control/storage)
to learn about the mechanisms you can use to control your telemetry data.

```mermaid actions={false} theme={null}
flowchart LR
 Send["Send data"]
 subgraph OP["Observability Platform"]
   Reduce["Reduce"]
   Shape["Shape"]
   Review["Review"]
   Partition["Partition"]
   Analyze["Analyze"]
   Budget["Budget"]
 end
 Send --> Reduce --> Shape --> Review --> Partition --> Analyze --> Budget --> Shape

click Reduce "#reduce-volume"
click Shape "#shape-and-sample-your-data"
click Review "#review-rules"
click Partition "#create-partitions"
click Budget "#create-budgets"
click Analyze "#analyze-consumption"

classDef rules fill:#2fbf71,stroke-width:2px,stroke:#2fbf71,color:#FFFFFF;
class Reduce,Shape,Review,Partition,Budget,Analyze rules
```

## Reduce volume

After sending data to Observability Platform, use the
[Live Telemetry Analyzer](/investigate/analyze/telemetry-analyzer) to identify
opportunities to reduce the overall volume of telemetry data. If you're sending
Prometheus metrics, you can also use the
[<TUsageAnalyzer />](/investigate/analyze/usage) to identify obsolete or
unnecessary data, and understand the impact of a proposed shaping rule to users of
that data.

## Shape and sample your data

Use the Chronosphere Control Plane to
[shape and sample your telemetry data](/control/shaping) and reduce the amount of
data you persist. After implementing partitions and budgets to manage consumption,
you can revisit control rules to transform, reshape, retain, or exclude telemetry
data.

## Review rules

After creating shaping rules, use the various tools that Observability Platform
provides to [review the impact](/control/shaping/review-impact). If your shaping
rules reduced too much data or not enough, make changes to ensure the rules achieve
the intended outcome.

## Create partitions

To help [manage telemetry data consumption](/control/consumption), create
*partitions*, which are slices of your data with distinct owners. Partitions provide
a consistent structure for attributing usage and costs to the appropriate owners in
your organization so they can isolate and control independent their parts of the
business.

## Analyze consumption

After defining partitions, use the [Consumption page](/control/consumption/analyze)
to view persisted log data consumption against license capacity. This page helps to
detect unwanted spikes and understand what's driving growth across your telemetry
data. Use this information to [review shaping rules](#review-rules) and make changes
that impact your budgets.

Manage license consumption by
[reviewing licensing dashboards](/observe/dashboards/managed-dashboards#licensing-dashboards)
to identify usage trends and avoid exceeding your organization's licensing limits.

[Understand telemetry data limits](/administer/limits-licensing) for each telemetry type to ensure a
performant experience when ingesting, querying, and creating resources.

## Create budgets

After creating partitions and analyzing consumption, create and apply *budgets*,
which are shaping policies you assign to a partition to safeguard against runaway
usage and overspending. [Budgets](/control/consumption/budgeting) help track and
manage growth to ensure your license consumption remains predictable.
