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

# Introduction to Observability

> Monitor inference performance, investigate requests, and enforce protection rules

## Overview

Bud AI Foundry Observability provides a single workspace for understanding inference behavior across models, deployments, projects, and users. It combines metrics, request-level diagnostics, and enforcement rules so teams can monitor service health and respond quickly.

```mermaid theme={null}
flowchart LR
    A[Inference Traffic] --> B[Metrics Tab]
    A --> C[Requests Tab]
    A --> D[Rules Tab]
    B --> E[Performance Insights]
    C --> F[Request Investigation]
    D --> G[Traffic Protection]
```

## Key Features

**Inference-Centric Metrics** Track requests, latency, token usage, TTFT, and throughput over configurable time windows.

**Request-Level Debugging** Drill into individual requests with metadata, payload details, and trace-ready identifiers.

**Rules & Blocking Controls** Manage IP, country, user-agent, and rate-based rules with active/inactive state and lifecycle actions.

**Consistent Filtering** Apply time range, text search, and scoped filters to narrow investigations quickly.

<img src="https://mintcdn.com/budecosystem-b7b14df4/cbWq4biniRri7rXX/images/image-45.png?fit=max&auto=format&n=cbWq4biniRri7rXX&q=85&s=83d35dc6adfad062700c86aa998116f5" alt="Image" width="1920" height="3418" data-path="images/image-45.png" />

## Core Workflows

1. **Monitor** trends on the Metrics tab.
2. **Investigate** anomalies from the Requests tab.
3. **Protect** traffic using Rules tab controls.
4. **Iterate** by adjusting filters and repeating analysis.

## Getting Started

<CardGroup cols={3}>
  <Card title="Quick Start" icon="play" href="/observability/quickstart">
    Explore metrics and requests in minutes
  </Card>

  <Card title="Observability Concepts" icon="book" href="/observability/observability-concepts">
    Learn key objects, signals, and tabs
  </Card>

  <Card title="First Investigation" icon="magnifying-glass" href="/observability/creating-first-observability">
    Run a practical investigation flow
  </Card>
</CardGroup>
