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

# Prometheus

> Query metrics from Prometheus for performance analysis and capacity planning.

Connect Prometheus to let Foggy query your metrics during investigations — CPU usage, memory consumption, request rates, latency percentiles, and more.

## What Foggy can do

| Tool        | Description                                             |
| ----------- | ------------------------------------------------------- |
| **Metrics** | Execute PromQL queries against your Prometheus instance |

## Setup

Go to **Connectors** → **Add Connector** → **Prometheus** and fill in the form.

| Field    | Required | Description                                                             |
| -------- | -------- | ----------------------------------------------------------------------- |
| **Name** | Yes      | A label for this connector (e.g. "Production Prometheus")               |
| **Host** | Yes      | Your Prometheus instance URL (e.g. `https://prometheus.my-company.com`) |

<Note>
  Prometheus typically doesn't require authentication for read access. If your instance is behind an auth proxy, configure access at the network level.
</Note>

<Info>
  Foggy uses **read-only access**. Your data is never modified.
</Info>

## Next steps

<CardGroup cols={2}>
  <Card title="Automations" icon="clock" href="/features/automations">
    Set up scheduled and alert-triggered investigations that run automatically.
  </Card>

  <Card title="Grafana" icon="chart-line" href="/integrations/grafana">
    Query dashboards, metrics, and alerts from Grafana.
  </Card>

  <Card title="OpenSearch" icon="magnifying-glass" href="/integrations/opensearch">
    Search application and infrastructure logs.
  </Card>

  <Card title="Kubernetes" icon="server" href="/integrations/kubernetes">
    Monitor cluster health, pod status, and events.
  </Card>
</CardGroup>
