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

Adding dashboard for MSSQL Query Plans #793

Merged
merged 3 commits into from
Feb 8, 2022
Merged
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
41 changes: 41 additions & 0 deletions quickstarts/mssql-queryplan/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Name of the quickstart (required)
name: nri-mssql-query-plans
title: Microsoft SQL Server Query Plans
description: |
This quickstart includes a modified version of the Microsoft SQL Server on-host integration that captures query plan data for slowest running queries, and a dashboard to view the query plans using the SQL Query Plans custom visualization.

## On-host integration

The modified version of the Microsoft on-host integration ingests query plan data using the New Relic Log API.

## Dashboard

The dashboard displays SQL Server information on multiple pages:
- SQL Overview: The SQL Overview tab displays Database/Log Space, Memory, Waits/Blocking, Blocked Processes
- Query Performance: This page includes the Query Plans widget

summary: |
Display MSSQL query plans on your dashboards

logo: logo.svg
# Support level: New Relic | Verified | Community (required)
level: Community

website: https://docs.microsoft.com/en-us/sql/relational-databases/performance/execution-plans?view=sql-server-ver15

keywords:
- nrlabs
- nrlabs-data
- database
- infrastructure

# Authors of the quickstart (required)
authors:
- New Relic Labs

documentation:
- name: MSSQL on-host integration (query plans version)
description: |
The installation and configuration instructions for the experimental version of the MSSQL on-host integration required to collect query plan data
url: https://github.com/newrelic-experimental/nri-mssql-experimental

Loading