Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add snowflake dashboard under dashboard integrations #997

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions constants/docsSideNav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,19 @@ const docsSideNav = [
route: '/docs/userguide/manage-variables',
label: 'Manage Variables',
},
{
type: 'category',
isExpanded: false,
route: '/docs/dashboards/integrations',
label: 'Integrations',
items: [
{
type: 'doc',
route: '/docs/dashboards/integrations/snowflake-dashboard',
label: 'Snowflake Dashboard',
}
],
},
],
},
{
Expand Down
17 changes: 17 additions & 0 deletions data/docs/dashboards/integrations.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
date: 2024-06-08
id: integrations
title: Dashboard Integrations
---

Dashboard integrations in SigNoz

<DocCardContainer>

<DocCard
title="📄️ Snowflake Dashboard"
description="Snowflake dashboard integration in SigNoz"
href="/docs/dashboards/integrations/snowflake-dashboard/"
/>

</DocCardContainer>
105 changes: 105 additions & 0 deletions data/docs/dashboards/integrations/snowflake-dashboard.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
---
date: 2024-11-29
id: snowflake-dashboard
title: Monitor Snowflake in SigNoz
---

Snowflake Dashboard monitors with all the important metrics giving you a compact view showcasing
how your Snowflake is performing.

The dashboard comes with `deployment_envrionment` and `snowflake_account_name` variables allowing you
to monitor different deployment environments and snowflake accounts at the same place.

## Billing and Credit Usage

This section provides you with all the critical metrics about your billing and credit usage allowing
you to see any abnormal credit usage or sudden spikes in your billing.

Some of the important metrics include overall credit used, the bifurcation of credit usage for Cloud
Service and Virtual warehouse, as well as the breakdown of credit usage per warehouse.

This section can help you prevent getting a huge bill at the end of the month!

<figure data-zoomable align="left">
<img
src="/img/docs/dashboards/integrations/snowflake-dashboard/billing-and-credit-usage.webp"
alt="Billing and Credit Usage Metrics"
/>
<figcaption>
<i>
Billing and Credit Usage Metrics
</i>
</figcaption>
</figure>

## Query Metrics

This is one of the important sections allowing you to check for non-performant queries, zero-in on
the amount of data being scanned, written and deleted, and take a closer look on any sudden changes in the
average number of rows being inserted, updated, deleted and produced.

This section will play a major role in making your Snowflake performant and identifying any bottlenecks
due to non-optimized queries. It also helps you take calaculated decisions on scaling the warehouse size.

<figure data-zoomable align="left">
<img
src="/img/docs/dashboards/integrations/snowflake-dashboard/query-metrics-1.webp"
alt="Query Metrics"
/>
<figcaption>
<i>
Query Metrics
</i>
</figcaption>
</figure>

<figure data-zoomable align="left">
<img
src="/img/docs/dashboards/integrations/snowflake-dashboard/query-metrics-2.webp"
alt="Query Metrics (contd)"
/>
<figcaption>
<i>
Query Metrics (contd)
</i>
</figcaption>
</figure>

## Storage Metrics

This section gives a compact summary about your storage space monitoring the total storage, staged and failsafe
bytes. It also mointors the average bytes spilled to remote and local storage.

These metrics can help you track the amount of data stored in different locations, and quickly pinpoint any drastic
deviations in the storage patterns.

<figure data-zoomable align="left">
<img
src="/img/docs/dashboards/integrations/snowflake-dashboard/storage-metrics.webp"
alt="Storage Metrics"
/>
<figcaption>
<i>
Storage Metrics
</i>
</figcaption>
</figure>

## Other Metrics

The dashboard also monitors some additional metrics like total logins and average session IDs per user.

<figure data-zoomable align="left">
<img
src="/img/docs/dashboards/integrations/snowflake-dashboard/other-metrics.webp"
alt="Other Metrics"
/>
<figcaption>
<i>
Other Metrics
</i>
</figcaption>
</figure>

Overall, the dashboard gives you a comprehensive view about your Snowflake cluster performance, and capture any
pattern changes so that you can take appropraite actions to prevent any issues.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.