Skip to main content

ServiceNow Cloud Observability (formerly Lightstep)

Reading time: 0 minute(s) (0 words)

ServiceNow Cloud Observability (formerly Lightstep) features distributed tracing that can be used to rapidly pinpoint the causes of failures and poor performance across the deeply complex dependencies among services, teams, and workloads in modern production systems. Nobl9 integration with ServiceNow Cloud Observability facilitates organizations to establish service level objectives from performance data captured through distributed traces in the ServiceNow Cloud Observability platform.

Scope of support​

Nobl9 supports reading Streams Timeseries and Query Timeseries ServiceNow Cloud Observability API.

You can configure Nobl9 SLOs with ServiceNow Cloud Observability by using one of the following metric types:

  • ServiceNow Cloud Observability Unified Query Language (UQL)

    • Nobl9 supports metrics and spans query types in the UQL for both, Threshold and Ratio metric types

      caution

      Nobl9 does not support creating SLOs with the following ServiceNow Cloud Observability UQL queries: constant, spans_sample, and assemble.

  • Latency Threshold for Threshold metric type

  • Error Threshold for Threshold metric type

  • Error Ratio for Ratio metric type

For more detailed information, refer to the Available metric types section of the documentation.

Authentication​

Before making an API call to ServiceNow Cloud Observability, Nobl9 needs to pass the following credentials:

  • Lightstep Organization ID: you can retrieve the organization ID from the Settings tab in ServiceNow Cloud Observability UI.

  • Lightstep Project Name. For details on how to create your ServiceNow Cloud Observability projects, go here.

  • Lightstep Stream ID. It is an ID of a metric stream created in ServiceNow Cloud Observability. There are several ways to obtain the Stream ID (refer to How to Obtain Stream ID? for more details):

    • The Stream ID is described in the ServiceNow Cloud Observability documentation: How to Create Stream in Lightstep? | Lightstep documentation

    • In the Lightstream UI:

      1. Select a service.

      2. Go to the Streams tab.

      3. Open the selected stream.

      Your stream ID can be obtained from a URL of the stream details page:

      Image 1: Lightstream UI - stream ID example

ServiceNow Cloud Observability (Lightstep) API token​

When deploying the Nobl9 agent, provide the LS_APP_TOKEN environment variable for authentication with the ServiceNow Cloud Observability Streams Timeseries API. To obtain it, create a ServiceNow Cloud Observability API key.

When setting up the direct connection to ServiceNow Cloud Observability, provide your created API key in the Lightstep App Token field.

Adding ServiceNow Cloud Observability as a data source​

To ensure data transmission between Nobl9 and your data source, it may be necessary to list Nobl9 IP addresses as trusted.

IP addresses to add to your allowlist:
  • 18.159.114.21
  • 18.158.132.186
  • 3.64.154.26
⚠ Applies to app.nobl9.com only. In all other cases, contact Nobl9 support.

You can add the ServiceNow Cloud Observability data source using the direct or agent connection methods. For both methods, start with these steps:

  1. Navigate to Integrations > Sources.
  2. Click .
  3. Click the relevant Source icon.
  4. Choose a relevant connection method (Agent or Direct), then configure the source as described below.

ServiceNow Cloud Observability direct​

Direct configuration in the UI​

Direct connection to ServiceNow Cloud Observability requires users to enter their credentials which Nobl9 stores safely. To set up this type of connection:

  1. Select one of the following Release Channels:
    • The stable channel is fully tested by the Nobl9 team. It represents the final product; however, this channel does not contain all the new features of a beta release. Use it to avoid crashes and other limitations.
    • The beta channel is under active development. Here, you can check out new features and improvements without the risk of affecting any viable SLOs. Remember that features in this channel may be subject to change.
  2. Enter the name of the Lightstep Organization to connect to your data source (mandatory).
    More about the Lightstep organization.

  3. Enter a name in the Lightstep Project field (mandatory).
    More about the Lightstep project.

  4. Enter the Lightstep App Token (mandatory).
    More about ServiceNow Cloud Observability API token.

  1. Select a Project.
    Specifying a project is helpful when multiple users are spread across multiple teams or projects. When the Project field is left blank, Nobl9 uses the default project.
  2. Enter a Display Name.
    You can enter a user-friendly name with spaces in this field.
  3. Enter a Name.
    The name is mandatory and can only contain lowercase, alphanumeric characters, and dashes (for example, my-project-1). Nobl9 duplicates the display name here, transforming it into the supported format, but you can edit the result.
  4. Enter a Description.
    Here you can add details such as who is responsible for the integration (team/owner) and the purpose of creating it.
  5. Specify the Query delay to set a customized delay for queries when pulling the data from the data source.
    • The default value in ServiceNow Cloud Observability integration for Query delay is 1 minute.
    info
    Changing the Query delay may affect your SLI data. For more details, check the Query delay documentation.
  6. Enter a Maximum Period for Historical Data Retrieval.
    • This value defines how far back in the past your data will be retrieved.
    • The value for the maximum period of data retrieval depends on the data source. Check the Replay documentation for details.
    • A greater period can extend the loading time when creating an SLO.
      • The value must be a positive integer.
  7. Enter a Default Period for Historical Data Retrieval.
    • It is used by SLOs connected to this data source.
    • The value must be a positive integer or 0.
    • By default, this value is set to 0. When you set it to >0, you will create SLOs with Replay.
  8. Click Add Data Source.
caution

ServiceNow Cloud Observability does not recognize the distinction between missing data and valid data with a 0 value in the stream. In such cases, ServiceNow Cloud Observability considers these values to be equal and returns the 0 value.

Direct using CLI - YAML​

The YAML for setting up a direct connection to ServiceNow Cloud Observability looks like this:

apiVersion: n9/v1alpha
kind: Direct
metadata:
name: snow-obs-direct
displayName: Snow Obs direct
project: snow-obs-direct
spec:
description: Direct integration with ServiceNow Cloud Observability
sourceOf:
- Metrics
- Services
queryDelay:
unit: Minute
value: 720
logCollectionEnabled: false
lightstep:
organization: my-snow-obs-organization
project: my-snow-obs-project
appToken: <APP_TOKEN>
url: <SERVICENOW_CLOUD_OBSERVABILITY_API_URL>
historicalDataRetrieval:
maxDuration:
value: 30
unit: Day
defaultDuration:
value: 0
unit: Day
FieldTypeDescription
queryDelay.unit
mandatory
enumSpecifies the unit for the query delay. Possible values: Second | Minute.
β€’ Check query delay documentation for default unit of query delay for each source.
queryDelay.value
mandatory
numericSpecifies the value for the query delay.
β€’ Must be a number less than 1440 minutes (24 hours).
β€’ Check query delay documentation for default unit of query delay for each source.
logCollectionEnabled
optional
booleanOptional. Defaults to false. Set to true if you'd like your direct to collect event logs. Beta functionality available only through direct release channel. Reach out to support@nobl9.com to activate it.
releaseChannel
mandatory
enumSpecifies the release channel. Accepted values: beta | stable.
Source-specific fields
lightstep.organization
mandatory
stringServiceNow Cloud Observability requires the name of organization registered in ServiceNow Cloud Observability, the name of the project, and the appToken. See authentication for more details.
lightstep.project
mandatory
string, secretSee authentication section above for more details.
lightstep.appToken
mandatory
string, secretSee authentication section above for more details.
lightstep.url
optional
stringA URL of the ServiceNow Cloud Observability instance. When no value provided, the default https://api.lightstep.com is used.
Replay-related fields
historicalDataRetrieval
optional
n/aOptional structure related to configuration related to Replay.
❗ Use only with supported sources.
β€’ If omitted, Nobl9 uses the default values of value: 0 and unit: Day for maxDuration and defaultDuration.
maxDuration.value
optional
numericSpecifies the maximum duration for historical data retrieval. Must be integer β‰₯ 0. See Replay documentation for values of max duration per data source.
maxDuration.unit
optional
enumSpecifies the unit for the maximum duration of historical data retrieval. Accepted values: Minute | Hour | Day.
defaultDuration.value
optional
numericSpecifies the default duration for historical data retrieval. Must be integer β‰₯ 0 and ≀ maxDuration.
defaultDuration.unit
optional
enumSpecifies the unit for the default duration of historical data retrieval. Accepted values: Minute | Hour | Day.

Important notes:

  • ServiceNow Cloud Observability requires the name of organization registered in ServiceNow Cloud Observability, the name of the project, and the appToken. Refer to the Authentication section for more details.

  • spec.historicalDataRetrieval - refer to Replay documentation for more details.

  • You can update the lightstep.url with sloctl or Nobl9 Terraform provider.

ServiceNow Cloud Observability agent​

Agent configuration in the UI​

Follow the instructions below to set up an agent connection. Refer to the section above for the descriptions of the fields.

  1. Select one of the following Release Channels:
    • The stable channel is fully tested by the Nobl9 team. It represents the final product; however, this channel does not contain all the new features of a beta release. Use it to avoid crashes and other limitations.
    • The beta channel is under active development. Here, you can check out new features and improvements without the risk of affecting any viable SLOs. Remember that features in this channel may be subject to change.
  2. Enter the name of the Lightstep Organization to connect to your data source (mandatory).

  3. Enter a name in the Lightstep Project field (mandatory).

  1. Enter a Project.
  2. Enter a Name.
  3. Create a Description.
  4. In the Advanced Settings you can:
    1. Enter a Maximum Period for Historical Data Retrieval.
    2. Enter a Default Period for Historical Data Retrieval.
  5. Click Add Data Source.

Agent using CLI - YAML​

The YAML for setting up an agent connection to ServiceNow Cloud Observability looks like this:

apiVersion: n9/v1alpha
kind: Agent
metadata:
name: my-snow-obs-source
displayName: ServiceNow Cloud Observability Agent
project: my-project
spec:
description: Agent settings for ServiceNow Cloud Observability
sourceOf:
- Metrics
- Services
queryDelay:
unit: Minute
value: 720
lightstep:
organization: my-snow-obs-organization
project: my-snow-obs-project
url: <SERVICENOW_CLOUD_OBSERVABILITY_API_URL>
historicalDataRetrieval:
maxDuration:
value: 30
unit: Day
defaultDuration:
value: 0
unit: Day
FieldTypeDescription
queryDelay.unit
mandatory
enumSpecifies the unit for the query delay. Possible values: Second | Minute.
β€’ Check query delay documentation for default unit of query delay for each source.
queryDelay.value
mandatory
numericSpecifies the value for the query delay.
β€’ Must be a number less than 1440 minutes (24 hours).
β€’ Check query delay documentation for default unit of query delay for each source.
releaseChannel
mandatory
enumSpecifies the release channel. Accepted values: beta | stable.
Source-specific fields
lightstep.organization
mandatory
stringServiceNow Cloud Observability requires the name of organization registered in ServiceNow Cloud Observability, the name of the project, and the appToken. See authentication for more details.
lightstep.project
mandatory
string, secretSee authentication section above for more details.
lightstep.url
optional
stringA URL of the ServiceNow Cloud Observability instance. When no value provided, the default https://api.lightstep.com is used.
Replay-related fields
historicalDataRetrieval
optional
n/aOptional structure related to configuration related to Replay.
❗ Use only with supported sources.
β€’ If omitted, Nobl9 uses the default values of value: 0 and unit: Day for maxDuration and defaultDuration.
maxDuration.value
optional
numericSpecifies the maximum duration for historical data retrieval. Must be integer β‰₯ 0. See Replay documentation for values of max duration per data source.
maxDuration.unit
optional
enumSpecifies the unit for the maximum duration of historical data retrieval. Accepted values: Minute | Hour | Day.
defaultDuration.value
optional
numericSpecifies the default duration for historical data retrieval. Must be integer β‰₯ 0 and ≀ maxDuration.
defaultDuration.unit
optional
enumSpecifies the unit for the default duration of historical data retrieval. Accepted values: Minute | Hour | Day.

Important notes:

  • ServiceNow Cloud Observability requires the name of organization registered in ServiceNow Cloud Observability, the name of the project, and the appToken. Refer to the Authentication section for more details.

  • spec.historicalDataRetrieval - refer to Replay documentation for more details.

  • You can update the lightstep.url with sloctl or Nobl9 Terraform provider.

warning

You can deploy only one agent in one YAML file by using the sloctl apply command.

Deploying ServiceNow Cloud Observability agent​

When you add the data source, Nobl9 automatically generates a Kubernetes configuration and a Docker command line for you to use to deploy the agent. Both of these are available in the web UI, under the Agent Configuration section. Be sure to swap in your credentials (e.g., replace <LIGHTSTEP_APP_TOKEN> with your organization key).

note

The Nobl9 agent by default uses the following API endpoint: https://api.lightstep.com. You can override it by specifying LS_API_URL environment variable during agent start up.

If you use Kubernetes, you can apply the supplied YAML config file to a Kubernetes cluster to deploy the agent. It will look something like this:

# DISCLAIMER: This deployment description contains only the fields necessary for the purpose of this demo.
# It is not a ready-to-apply k8s deployment description, and the client_id and client_secret are only exemplary values.

apiVersion: v1
kind: Secret
metadata:
name: nobl9-agent-nobl9-dev-snow-obs-agent
namespace: default
type: Opaque
stringData:
ls_app_token: "<LIGHTSTEP_APP_TOKEN>"
client_id: "unique_client_id"
client_secret: "unique_client_secret"
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: nobl9-agent-nobl9-dev-default-hrun
namespace: default
spec:
replicas: 1
selector:
matchLabels:
nobl9-agent-name: "snowobsagent"
nobl9-agent-project: "mysnowobs"
nobl9-agent-organization: "nobl9-dev"
template:
metadata:
labels:
nobl9-agent-name: "snowobsagent"
nobl9-agent-project: "mysnowobs"
nobl9-agent-organization: "nobl9-dev"
spec:
containers:
- name: agent-container
image: nobl9/agent:0.73.2
resources:
requests:
memory: "350Mi"
cpu: "0.1"
env:
- name: N9_CLIENT_ID
valueFrom:
secretKeyRef:
key: client_id
name: nobl9-agent-nobl9-dev-default-hrun
- name: N9_CLIENT_SECRET
valueFrom:
secretKeyRef:
key: client_secret
name: nobl9-agent-nobl9-dev-default-hrun
- name: LS_APP_TOKEN
valueFrom:
secretKeyRef:
key: ls_app_token
name: nobl9-agent-nobl9-dev-default-hrun
# The N9_METRICS_PORT is a variable specifying the port to which the /metrics and /health endpoints are exposed.
# The 9090 is the default value and can be changed.
# If you don’t want the metrics to be exposed, comment out or delete the N9_METRICS_PORT variable.
- name: N9_METRICS_PORT
value: "9090"

Creating SLOs with ServiceNow Cloud Observability​

Creating SLOs in the UI​

Follow the instructions below to create your SLOs with ServiceNow Cloud Observability in the UI:

  1. Navigate to Service Level Objectives.

  2. Click .
  3. In step 2, select ServiceNow Cloud Observability as the data source for your SLO.

  4. Specify the Metric. You can choose either a Threshold metric, where a single time series is evaluated against a threshold or a Ratio Metric, which allows you to enter two time series to compare (for example, a count of good requests and total requests).

    For the threshold metric, you can create SLO using one of the following metrics:

    UQL query:


    Latency Threshold metric that is the n-th percentile of latency in milliseconds:

    • Enter a Stream ID, that is, an ID of a metric stream created in ServiceNow Cloud Observability.
      For more information, refer to the Authentication section.
    • Select a Percentile.

    Error Threshold metric that is a single value representing the percentage of errors:

    • Enter a Stream ID, that is, an ID of a metric stream created in ServiceNow Cloud Observability.
      For more information, refer to the Authentication section.
    tip

    For more detailed metrics description, refer to the Available Metric Types section of the documentation.

  5. In step 3, define a Time Window for the SLO.

  6. In step 4, specify the Error Budget Calculation Method and your Objective(s).

  7. In step 5, add a Name, Description, and other details about your SLO. You can also select Alert policies and Labels on this screen.

  8. When you’re done, click Create SLO.

SLI values for good and total
When choosing the query for the ratio SLI (countMetrics), keep in mind that the values ​​resulting from that query for both good and total:
  • Must be positive.
  • While we recommend using integers, fractions are also acceptable.
    • If using fractions, we recommend them to be larger than 1e-4 = 0.0001.
  • Shouldn't be larger than 1e+20.

Available metric types​

You can use one of the following metric types to configure Nobl9 SLOs with ServiceNow Cloud Observability:

ServiceNow Cloud Observability UQL​

This SLO configuration uses threshold metric method or the ratio metric under the hood.

You can use ServiceNow Cloud Observability Unified Query Language (UQL) to retrieve and process your metric data. Nobl9 supports the metrics and spans query types in the UQL.

Create your query in the ServiceNow Cloud Observability UI and copy and paste the query into Nobl9. Nobl9 then passes the query to the query_timeseries ServiceNow Cloud Observability API to retrieve the time series data.

You can build the UQL queries using the following ServiceNow Cloud Observability metric kinds:

  • Gauge, an instantaneous measurement, for example,
    metric memory.utilized | latest | group_by [], sum,
    spans count | delta | group_by [], sum.

  • Delta, a measurement of the change in metrics from point to point. For the delta-kind queries, you must choose one of the operators or appropriate reducer to convert the distribution values into scalar values to build SLI on it, for example,
    metric request.size.bytes | delta | group_by [], sum | point dist_count(value)
    For more information, refer to the Using distributions in UQL | ServiceNow Cloud Observability documentation.

    • If you select a percentile as an operator in a query for the threshold metric SLI type, we recommend using the 100th percentile for best results as Nobl9 uses percentiles to display the data in the SLI chart. The following is an example metric query with Delta metric kind:
      metric request.size.bytes | delta | group_by [], sum | point percentile(value, 100.0)

    • If you define many aggregation values, Nobl9 will fetch data for the first aggregation value defined in your query. For example, Nobl9 will fetch data for the 100th percentile in the below query:
      metric request.size.bytes | delta | group_by [], sum | point percentile(value, 100.0), percentile(value, 99.9)

Example Metric configuration in YAML​
lightstep:
typeOfData: metric
uql: metric cpu.utilization | rate | group_by [], mean
spans queries​
Limitations​

ServiceNow Cloud Observability UQL spans queries supported in the public API must have retained data in ServiceNow Cloud Observability streams.

For example, when spans is not retained in a stream, the following query:

spans latency | delta | filter ((service == "adservice") || (service == "frontend")) | group_by [], sum | point percentile(value, 99.9)

will return the following error when querying the API:

"rpc error: code = InvalidArgument desc = public API only supports retained spans TQL queries at this time, please create a retained span query first"

However, when spans is retained in a stream, after creating a stream for a given filter, API starts returning a metric. For example, the following UQL query will return the metric:

spans latency | delta | filter (service == "frontend") | group_by [], sum | point percentile(value, 99.9)

if service IN ("frontend") is an existing stream.

tip

You can test your spans query whether it has retained data in the stream in the ServiceNow Cloud Observability API Reference documentation.

caution

Retention period:

  • for UQL spans queries retained in the stream, the retention period is set from 28 days, up to two years.

For more information, refer to the ServiceNow Cloud Observability documentation.

Example Metric configuration in YAML​
lightstep:
typeOfData: metric
uql: spans count | delta | group_by [], sum

Latency threshold​

This SLO configuration uses the threshold metric method under the hood with the SLI equal to the specific percentile value defined when configuring the SLO. For more details, go here.

Nobl9 retrieves those values from ServiceNow Cloud Observability API under data.attributes[].latencies[].

These values are represented in ServiceNow Cloud Observability on the following chart (in Latency section).

Example metric configuration in YAML​
lightstep:
streamID: DzpxcSRh
typeOfData: latency
percentile: 95

Error threshold​

This SLO configuration uses the threshold metric method under the hood with the SLI equal to the percentage of errors for a given stream.

Nobl9 retrieves values ops-counts and error-counts from ServiceNow Cloud Observability API and uses them to calculate the value:

value = error-counts / ops-counts

Such calculated values are used as an SLI for SLOs configured with this method.

They are represented in ServiceNow Cloud Observability on the following chart (in Err% section).

Example metric configuration in YAML​
lightstep:
streamID: DzpxcSRh
typeOfData: error_rate

Error ratio​

This SLO configuration uses count (ratio) metric method under the hood. Each count metric SLO needs two data streams: good and total.

With this configuration, Nobl9 retrieves error-counts and ops-counts from ServiceNow Cloud Observability API and calculates those data streams as following:

Good = ops-counts - error-counts
Total = ops-counts

By default, ServiceNow Cloud Observability does not show these values on chart. It shows operations per second instead.

Nobl9 doesn’t use Rate to calculate error budgets for any SLO. Events counts are used instead (calculated from ops-counts and error-counts that are retrieved from the API).

Example metric configuration in YAML​
countMetrics:
incremental: false
good:
lightstep:
streamID: DzpxcSRh
typeOfData: good
total:
lightstep:
streamID: DzpxcSRh
typeOfData: total

SLOs using ServiceNow Cloud Observability - YAML samples​

Here’s an example of ServiceNow Cloud Observability using rawMetric (threshold metric) with Metrics as the configuration type:

apiVersion: n9/v1alpha
kind: SLO
metadata:
name: get-cpu-utilization-rolling
project: default
spec:
service: default
indicator:
metricSource:
name: servicenowobs
timeWindows:
- unit: Hour
count: 1
isRolling: true
budgetingMethod: Occurrences
objectives:
- displayName: High
op: gt
rawMetric:
query:
lightstep:
typeOfData: metric
uql: metric cpu.utilization | rate | group_by [], mean
value: 0.0005
name: objective-1
target: 0.97

When ServiceNow Cloud Observability is used as ratio (count) metric, then the field incremental under spec.objectives.countMetrics must be set to false.

Metric specification from ServiceNow Cloud Observability has three fields:

  • streamID – mandatory, string. For instructions on how to retrieve it, go to Authentication section.

  • typeOfData – accepts one of the following values: metric, latency, error_rate, good, total. For more detailed information, refer to the Scope of support section of the documentation.

    Description of values for typeOfData fields:

    • metric - metrics queries with which you can use ServiceNow Cloud Observability's Query Language (UQL)Β to retrieve and process your metric data by creating your query in the ServiceNow Cloud Observability UI and copying and pasting the query into Nobl9. This type can be used both for rawMetric and countMetrics SLO types.

    • latency – the n-th percentile (look at field percentile) of latency in milliseconds. This type can be used only as rawMetric. The value of value under spec.objective must also represent milliseconds.

    • error_rate – a single value representing the percentage of errors. This type can be used only as rawMetric. The value of value under spec.objectives must be between 0 and 1.

    • good – the number of successful events (operations). It is calculated as total operations minus the number of errors. This value is only allowed in the ratio (count) metric.

    • total – the number of all events (operations). This value is only allowed in ratio (count) metric.

  • percentile – number of percentile of latency. The value must be greater than 0 and less or equal to 99.99. This field is mandatory when you use typeOfData: latency, and is forbidden otherwise.

Querying the ServiceNow Cloud Observability API​

The Nobl9 agent makes calls the ServiceNow Cloud Observability API once every 60 seconds.

ServiceNow Cloud Observability API rate limits​

ServiceNow Cloud Observability has low rate limits for its Streams Timeseries API. For Community, Professional, and Enterprise licenses it’s 60, 200, 600 requests per hour respectively. The Nobl9 agent makes requests once every 60s, which allows for one ServiceNow Cloud Observability organization to use only 1, 3, or 10 unique metric specifications. For more information, refer to the Rate Limits | ServiceNow Cloud Observability documentation.

ServiceNow Cloud Observability users can request an increase of rate limits via ServiceNow Cloud Observability customer support.

Monitor Metric Data | ServiceNow Cloud Observability documentation

Investigate a Latency Regression | ServiceNow Cloud Observability documentation

Investigate an Error Rate Increase | ServiceNow Cloud Observability documentation

Investigate a Metric Deviation | ServiceNow Cloud Observability documentation

Create and Manage API Keys | ServiceNow Cloud Observability documentation

Rate Limits | ServiceNow Cloud Observability documentation

Unified Query Language (UQL | ServiceNow Cloud Observability documentation

Metric Kinds | ServiceNow Cloud Observability documentation

Using distributions in UQL | ServiceNow Cloud Observability documentation

Agent metrics

Creating SLOs via Terraform

Creating agents via Terraform