Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 3.2 KB

establish-input-sli.mdx

File metadata and controls

53 lines (39 loc) · 3.2 KB
title metaDescription redirects freshnessValidatedDate
Establish an input performance SLI
New Relic observability maturity series: our service level management guide shows you how to easily measure and communicate the overall health, performance, and quality of your digital products and services to all stakeholders.
never

import apmAddInputServiceLevel from 'images/apm_screenshot-crop_add-input-service-level.webp'

import apmSyntheticsSetup from 'images/apm_screenshot-crop_synthetics-setup.webp'

We use synthetic monitoring to simulate connections from all over the world. If there's an interruption between the source point and the output, the synthetic checks will fail, affect in your service level objective scores, and trigger very critical alerts. We refer to this as input performance.

Basically, you measure input performance as the ability to connect to your application, also called "uptime." You can find the steps for setting up input performance SLIs below, as well as NRQL query examples for you to try.

## Create your synthetic check

The most common input performance service level is often referred to as "connectivity" or "uptime." It's a simple check against a health API endpoint or loading a URL. You can do both of these by using our synthetic monitoring service. Before creating your service level indicator, refer to Add simple browser monitor and Add scripted API test to learn how to begin reporting data if you haven't done so already.

Create your service level indicator

Once you have data reporting, you can use the service level management service to create an input indicator and objective by using the following procedure:

  1. From the entity explorer, select Service levels.

  2. Click + Add a service level indicator. If you don't see the Add a service level button, check with your New Relic administrator about your permissions.

  3. Filter your entity types to Synthetic monitors, such as in the screenshot below:

    Filter entity types in service levels

  4. Find your synthetic monitor in the list and click it. This enables the Continue button in the left panel. Click Continue.

  5. You'll see a button for the recommended settings for a Success service level (shown below). Click it.

    Synthetics input service level guided flow

  6. Make appropriate changes to the tags, title and description as needed.

  7. Click Save.

<UserJourneyControls nextStep={{path: "/docs/tutorial-service-level-mgmt/establish-capability-sli/", title: "Next step", body: "Learn how to create service level scores on capabilities"}} previousStep={{path: "/docs/tutorial-service-level-mgmt/establish-output-sli/", title: "Previous step", body: "Learn how to ensure proper measurement of your service output"}} />