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

# Search and query metrics

When you create dashboards, monitors, or use the
[Metrics Explorer](/investigate/querying/metrics/explorer), you use a query to select and
filter the metrics in which you're interested, and then apply functions to them. When
querying data, you can use [regular expressions](/investigate/querying/regular-expressions)
or [glob syntax](/investigate/querying/glob-syntax) where supported.

<Note>
  Regular expression syntax and glob syntax are not interchangeable. Chronosphere
  Observability Platform supports only one of these query matching patterns in
  supported areas of the product. For example,
  [drop rules](/control/shaping/shape-metrics/rules/drop-rules#create-a-drop-rule) support glob
  syntax, whereas [recording rules](/control/shaping/shape-metrics/rules/recording) support
  regular expression syntax.
</Note>

Chronosphere Observability Platform supports these languages for querying metrics
data. Contact [Chronosphere Support](/support) to configure the data sources you want
to use.

* **[Prometheus Query Language (PromQL)](/investigate/querying/promql)**: Used with
  Prometheus-compatible metrics. Default.
* **Graphite**: Used with StatsD metrics data. Enabled on request.

  <Note>
    Although Chronosphere supports both PromQL and Graphite, this document provides
    information only about the use of PromQL. For more details about Graphite, see the
    [Graphite documentation](https://graphite.readthedocs.io/en/1.0.0/functions.html).
  </Note>

To help construct, optimize, and debug queries, use the
[Query Builder](/investigate/querying/metrics/query-builder) or the
[classic Query Builder](/investigate/querying/metrics/builder). To analyze expensive
queries and understand their relative load, use the
[Query Analyzer](/investigate/analyze/query-analyzer).

## Additional features

Observability Platform also provides querying features beyond those covered by using
query languages in its user interface.

* **[Delta queries](/investigate/querying/metrics/delta-queries):** Query metrics that employ
  delta temporality, as opposed to cumulative temporality.
* **[Alert metrics](/investigate/querying/metrics/alert-metrics):** Query the `ALERTS`
  metric for triggered alert series and metadata.
* **[Prometheus API access](/tooling/prometheus-api):**
  Interact directly with Prometheus API endpoints for programmatic workflows.
