Skip to Content
Upblit
AboutOpen SourceCommunityDeveloperContactPricing
Star on GitHub—Sign in
CTRL K
  • Introduction
    • AI Gateway Overview
    • Documents
    • Tenants
    • API Reference Overview
    • AI Gateway API
    • API Keys API
    • Applications API
    • Authentication
    • Ingest API (SDK)
    • Organizations API
    • Projects API
    • Telemetry API
    • Users API
    • Architecture Overview
    • Database Architecture
    • Multi-Tenancy
    • Security Model
    • Service Boundaries
    • Telemetry Pipeline
  • DeployX CLI
    • Contributing
    • Architecture Rules
    • Coding Guidelines
    • SDK Development
    • Dashboard Overview
    • AI Gateway
    • API Keys
    • Applications
    • Observability
    • Organizations
    • Profile
    • Projects
    • Quickstart
    • Authentication
    • Your First Project
    • Installation
    • Observability Overview
    • Structured Logs
    • Telemetry Flow
    • Distributed Traces
    • SDK Overview
    • Express SDK
    • Go SDK
    • Java SDK (Coming Soon)
    • Python SDK
    • React SDK (Coming Soon)
  • Introduction
    • AI Gateway Overview
    • Documents
    • Tenants
    • API Reference Overview
    • AI Gateway API
    • API Keys API
    • Applications API
    • Authentication
    • Ingest API (SDK)
    • Organizations API
    • Projects API
    • Telemetry API
    • Users API
    • Architecture Overview
    • Database Architecture
    • Multi-Tenancy
    • Security Model
    • Service Boundaries
    • Telemetry Pipeline
  • DeployX CLI
    • Contributing
    • Architecture Rules
    • Coding Guidelines
    • SDK Development
    • Dashboard Overview
    • AI Gateway
    • API Keys
    • Applications
    • Observability
    • Organizations
    • Profile
    • Projects
    • Quickstart
    • Authentication
    • Your First Project
    • Installation
    • Observability Overview
    • Structured Logs
    • Telemetry Flow
    • Distributed Traces
    • SDK Overview
    • Express SDK
    • Go SDK
    • Java SDK (Coming Soon)
    • Python SDK
    • React SDK (Coming Soon)

On This Page

  • Traces
  • Trace Table Columns
  • Expanding a Trace
  • Filtering Traces
  • Logs
  • Log Table Columns
  • Filtering Logs
  • Performance
DashboardObservability

Observability

The Observability page gives you a real-time view of distributed traces and structured logs for all applications in a project.

Navigate to: /dashboard/orgs/[orgId]/projects/[projectId]/observability

Traces

The Traces tab shows all distributed trace records for the project.

Trace Table Columns

ColumnDescription
Trace IDUnique identifier for the trace (UUID)
ApplicationWhich application emitted this trace
TimestampWhen the trace was recorded
Span CountNumber of spans in this trace

Expanding a Trace

Click a trace row to expand it and see all spans. Each span shows:

  • Method — e.g., controller:POST, service:getUserById, external:stripe
  • URL — the HTTP path or empty for internal spans
  • Status — HTTP status code (color-coded: green for 2xx, red for 5xx)
  • Duration — wall-clock time in milliseconds
  • Span ID / Parent Span ID — for reconstructing the call tree

Filtering Traces

Use the Application filter dropdown to show only traces from a specific application.

Logs

The Logs tab shows structured log entries for the project.

Log Table Columns

ColumnDescription
TimestampWhen the log was emitted
Levelfatal, error, warn, info, debug
MessageThe log message
Trace IDCorrelates the log to a trace (if available)

Filtering Logs

  • Level pills — toggle ERROR, WARN, INFO, DEBUG to show/hide levels
  • Search — case-insensitive substring match on the message field

Performance

Tables with more than 100 rows use virtual scrolling to keep the UI responsive.

Last updated on May 27, 2026
ApplicationsOrganizations
Upblit

A student-built observability workbench for logs, traces, metrics, API keys, and AI-assisted incident notes.

OAuthAPI scopesTrace contextRetention notes

Product

  • Architecture
  • Dashboard preview
  • AI docs
  • Security
  • Pricing

Developers

  • Developer docs
  • API reference
  • Changelog
  • GitHub
  • Status

Company

  • Support
  • Contact
  • Docs
  • Dashboard
  • Sign in

Legal

  • Privacy Policy
  • Terms
  • Cookie Policy
  • Acceptable Use
  • Data Retention
  • Data Processing

Copyright 2026 Upblit. All rights reserved.

Built for telemetry review, API operations, and incident response.