Skip to content

Latest commit

 

History

History
192 lines (148 loc) · 3.67 KB

azure-sql-managed-instances-monitoring-integration.mdx

File metadata and controls

192 lines (148 loc) · 3.67 KB
title tags metaDescription redirects freshnessValidatedDate
Azure SQL Managed Instances monitoring integration
Integrations
Microsoft Azure integrations
Azure integrations list
New Relic's Microsoft SQL Azure Managed Instances integration: how to install it, configure it, and understand the data it reports.
/docs/integrations/microsoft-azure-integrations/azure-integrations-list/azure-sql-managed-instances-monitoring-integration
/docs/azure-azure_sqlmanaged-integration
never

New Relic offers an integration for reporting your Microsoft Azure SQL Managed Instances data. This document explains how to activate this integration and describes the data that can be reported.

Activate integration [#activate]

To enable the integration, follow standard procedures to activate your Azure service in New Relic.

Configuration and polling [#polling]

You can change the polling frequency and filter data using configuration options.

Default polling information for the Azure SQL Managed Instances integration:

  • New Relic polling interval: 5 minutes

View and use data [#find-data]

To view your integration data, go to one.newrelic.com > All capabilities > Infrastructure > Azure and select an integration.

You can query and explore your data using the following event type:

  <th>
    Event Type
  </th>

  <th>
    Provider
  </th>
</tr>
  <td>
    `AzureSqlManagedInstanceSample`
  </td>

  <td>
    `AzureSqlManagedInstance`
  </td>
</tr>
Entity
Instance

For more on how to use your data, see Understand and use integration data.

Metric data [#metrics]

This integration collects Azure SQL Managed Instances data for Instance.

SQL Managed Instances Instance data

  <th style={{ width: "150px" }}>
    Unit
  </th>

  <th>
    Description
  </th>
</tr>
  <td>
    Percent
  </td>

  <td>
    Average CPU percentage
  </td>
</tr>

<tr>
  <td>
    `ioReadBytes`
  </td>

  <td>
    Bytes
  </td>

  <td>
    IO bytes read
  </td>
</tr>

<tr>
  <td>
    `ioRequests`
  </td>

  <td>
    Count
  </td>

  <td>
    IO requests count
  </td>
</tr>

<tr>
  <td>
    `ioWrittenBytes`
  </td>

  <td>
    Bytes
  </td>

  <td>
    IO bytes written
  </td>
</tr>

<tr>
  <td>
    `reservedStorage`
  </td>

  <td>
    Count
  </td>

  <td>
    Storage space reserved
  </td>
</tr>

<tr>
  <td>
    `storageSpaceUsed`
  </td>

  <td>
    Count
  </td>

  <td>
    Storage space used
  </td>
</tr>

<tr>
  <td>
    `virtualCore`
  </td>

  <td>
    Count
  </td>

  <td>
    Virtual core count
  </td>
</tr>
Metric
`avgCpuPercent`