> ## 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.

# Ingest, query, and control your metric data

A *time series* is a set of data points with matching labels. A *metric* is a time
series with a common name, such as the `__name__` label. Use the following
documentation to learn about interacting with metric data in Chronosphere
Observability Platform.

<Note>
  See the [metrics dictionary](/overview/concepts/dictionary) to learn about the
  metrics created by and specific to Observability Platform.
</Note>

## Ingest

Observability Platform natively supports
[Prometheus, StatsD, DogStatsD, and other metrics formats](/ingest/metrics-traces/collector/addl-metrics)
with the Chronosphere Collector, and
[OpenTelemetry](/ingest/metrics-traces/otel) metrics using the
OpenTelemetry Collector.

<Card title="Ingest data" color="#28a561" icon="send" href="/ingest/metrics-traces" horizontal />

## Control

Use the Chronosphere Control Plane to reduce the amount of metric data retained in
your system over time. Identify and evaluate data, and then reshape the overall
dataset to eliminate waste, unnecessary noise, and cost.

<Card title="Control data" color="#28a561" icon="shapes" href="/control/shaping/shape-metrics" horizontal />

## Query

Learn how to construct queries in Metrics Explorer to investigate query requests,
responses, and statistics. Use a query to select and filter the metrics you're
interested in, and then apply functions to them. You can also learn about writing
[PromQL queries](/investigate/querying/promql) and applying functions to perform
calculations within queries.

<Card title="Query data" color="#28a561" icon="zoom-in" href="/investigate/querying/metrics" horizontal />

## Observe

Create standard dashboards to query and
[visualize log data](/investigate/querying/dashboard-query) queries. You can also
create [alerts](/investigate/alerts/monitors) to watch time series data that's
specified in a monitor query, and receive notifications when the query matches
specified logs.

<Card title="Observe data" color="#28a561" icon="monitor" href="/observe/dashboards" horizontal />

## Analyze

Analyze both your metric data and queries to gain insights, understand the value of
your data semantics, and highlight changes and their impacts.

<Card title="Analyze data" color="#28a561" icon="chart-bar" href="/investigate/analyze" horizontal />
