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

Snowflake Metrics Dashboard

Monitor the performance, storage, and cost of your Snowflake environment. This dashboard gives you a comprehensive view of Snowflake's billing, overall credit usage, query bottlenecks, and storage utilization.

Info

To use this dashboard, you need to configure the Snowflake receiver to send metrics to SigNoz. Follow the Snowflake Integration guide to get started.

Dashboard Preview

Snowflake Billing and Credit Usage Metrics
Snowflake Billing and Credit Usage Metrics

Dashboards → + New dashboard → Import JSON

Dashboard Variables

This dashboard includes deployment_environment and snowflake_account_name variables, allowing you to monitor different deployment environments and accounts in the same place.

What This Dashboard Monitors

The Snowflake dashboard monitors all the critical metrics of your Snowflake cluster, capturing any pattern changes so you can take appropriate actions to prevent issues.

  • Billing/Cost: Spot abnormal credit usage or sudden spikes in your billing.
  • Query Performance: Identify non-performant queries and track data read/write volumes to optimize warehouse scaling.
  • Storage Consumption: Track the amount of data stored in different locations to pinpoint drastic deviations in storage patterns.
  • User Activity: Monitor login events and user session activity.

Metrics Included

Billing and Credit Usage

  • Total Credits Used: The total sum of all credits used across your account during the selected time window.
  • Overall credits used: The most recently reported value of total credits used by the account.
  • Cloud Service credits used: Reported total credits used in the cloud service.
  • Virtual warehouse credits used: Reported total credits used by the virtual warehouse service.
  • Credits used by warehouse: Total credits used associated per individual warehouse.

Query Metrics

Snowflake Query Metrics
Snowflake Query Metrics
Snowflake Query Metrics
Snowflake Query Metrics
  • Top Queries Scanned: Average bytes scanned in a Snowflake account based on query type.
  • Average bytes scanned: Average number of bytes scanned in a Snowflake account.
  • Average bytes written: Average bytes written in a Snowflake account.
  • Average bytes deleted: Average bytes deleted in a Snowflake account.
  • Query Execution vs Query Compilation Time: Comparison between query execution and compilation times.
  • Average rows inserted: Average number of rows inserted in a table over the last 24 hour window.
  • Average rows deleted: Average number of rows deleted in a table over the last 24 hour window.
  • Average rows updated: Average number of rows updated in a table over the last 24 hour window.
  • Average rows produced: Average number of rows produced in a table over the last 24 hour window.

Storage Metrics

Snowflake Storage Metrics
Snowflake Storage Metrics
  • Total storage bytes: Number of bytes of table storage used, including bytes for data currently in Time Travel.
  • Total stage bytes: Number of bytes of stage storage used by files in all internal stages (named, table, user).
  • Total failsafe bytes: Number of bytes of data in Fail-safe.
  • Average bytes spilled to remote storage: Average bytes spilled (intermediate results do not fit in memory) to remote storage.
  • Average bytes spilled to local storage: Average bytes spilled (intermediate results do not fit in memory) to local storage.

Other Metrics

Other Snowflake Metrics
Other Snowflake Metrics
  • Total logins: Total login attempts for the account over the last 24 hour window.
  • Avg Session IDs per user: Distinct session IDs associated with Snowflake usernames.

Next Steps

  • Set Alerts: Create alerts for high credit usage or slow queries.

Last updated: March 21, 2026

Edit on GitHub