Logs and Metrics

The MultiRoute dashboard provides request-level logs and aggregate metrics to help you understand how your applications are using the /v1 API and how underlying providers are behaving.

Even while observability features are in beta, the intent is to give you a clear, debuggable picture of:

Request Logs

The Logs view surfaces recent requests grouped by project and key. Each log entry typically includes:

You can filter or search logs by:

These filters are especially useful when debugging specific incidents or deployments.

Latency Metrics

The Latency section focuses on performance over time. Typical views include:

Use these metrics to:

Error Metrics

The Errors view aggregates failures so you can quickly understand:

This helps distinguish:

Correlating Logs with Your Application

Each request is assigned a request ID and may also include a correlation ID if you pass one in headers. In your application:

With this in place you can:

Exporting and Integrating Metrics (In Progress)

The dashboard is designed to integrate with external observability tools via:

These integrations are in progress. The recommended pattern is to: