SigNoz Cloud - This page is relevant for SigNoz Cloud editions.
Self-Host - This page is relevant for self-hosted SigNoz editions.

Database Calls

The Database Calls pane in the service details page shows metrics for all database operations made by your application.

DB Call Metrics tab showing Database Calls RPS and Average Duration charts
DB Call Metrics — calls per second and average duration

Required span attributes

For a span to appear in this pane:

  • span.kind != 2 — spans of any kind except SERVER. See SpanKind for details.
  • db.system must be present as a span attribute.

If your services are making DB calls but the Database Calls panel is empty, verify that:

  1. Your spans include the attributes above.
  2. You are using instrumentation libraries that capture DB call spans (e.g., the OTel SQL or MongoDB instrumentation packages).

Metrics displayed

  • Database calls per second — throughput of DB operations over time.
  • Average call duration (ms) — mean latency of DB operations over the selected time range.

Pre-built Dashboard

Import the DB Calls Monitoring Dashboard for a ready-made view of database call metrics including transaction rate, error rate, top DB statements, and slowest DB calls.

DB Calls Monitoring Dashboard showing transaction rate, error rate, top statements, and slowest calls
DB Calls Monitoring Dashboard

If you need help with the steps in this topic, please reach out to us on SigNoz Community Slack.

If you are a SigNoz Cloud user, please use in product chat support located at the bottom right corner of your SigNoz instance or contact us at cloud-support@signoz.io.

Last updated: May 8, 2026

Edit on GitHub

Was this page helpful?

Your response helps us improve this page.

On this page

Is this page helpful?

Your response helps us improve this page.