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

# Observability (OpenTelemetry)

> Gain real-time insights, track key metrics, and streamline debugging with our comprehensive observability suite.

If you're working with an LLM - visibility across all your requests can be a BIG pain. How do you trace and measure cost, latency, accuracy of your requests?

The Prisma AIRS AI Gateway's OpenTelemetry-compliant observability suite gives you complete control over all your requests. And the AI Gateway's analytics dashboards provide the insights you're looking for. Fast.

## Features

<CardGroup columns={3}>
  <Card title="Logs" href="/docs/aigw/product/observability/logs">
    <p>The AI Gateway records all your multimodal requests and responses, making it easy to view, monitor, and debug interactions.</p>
  </Card>

  <Card title="Tracing" href="/docs/aigw/product/observability/traces">
    <p>The AI Gateway supports request tracing to help you monitor your applications throughout the lifecycle of a request.</p>
  </Card>

  <Card title="Analytics" href="/docs/aigw/product/observability/analytics">
    <p>A comprehensive view of 21+ key metrics. Use it to analyze data, spot trends, and make informed decisions.</p>
  </Card>

  <Card title="Filters" href="/docs/aigw/product/observability/filters">
    <p>Streamline your data view with customizable filters. Zero in on data that matters most.</p>
  </Card>

  <Card title="Custom Metadata" href="/docs/aigw/product/observability/metadata">
    <p>Enrich your LLM APIs with custom metadata. Assign unique tags for swift grouping and troubleshooting.</p>
  </Card>

  <Card title="Feedback" href="/docs/aigw/product/observability/feedback">
    <p>Add feedback values and weights to complete the loop.</p>
  </Card>

  <Card title="Budget Limits" href="/docs/aigw/product/model-catalog/integrations#3-budget-%26-rate-limits">
    <p>Set up budget limits for your provider API keys and gain confidence over your application's costs.</p>
  </Card>
</CardGroup>


## Related topics

- [OpenTelemetry for LLM Observability](/docs/aigw/product/observability/opentelemetry.md)
- [OpenTelemetry(OTel) Export](/docs/aigw/product/enterprise-offering/otel/otel.md)
- [OpenTelemetry Python SDK](/docs/aigw/integrations/tracing-providers/opentelemetry-python-sdk.md)
- [Pydantic AI](/docs/aigw/integrations/agents/pydantic-ai.md)
- [OpenLIT](/docs/aigw/integrations/tracing-providers/openlit.md)
