ThousandEyes
ThousandEyes monitors the performance of both local and wide-area networks. ThousandEyes combines Internet and WAN visibility, browser synthetics, end-user monitoring, and Internet Insights to deliver a holistic view of your hybrid digital ecosystem – across cloud, SaaS, and the Internet. It's a SaaS-based tool that helps troubleshoot application delivery and maps Internet performance.
Scope of support
ThousandEyes parameters and supported features in Nobl9
- General support:
- Release channel: Stable Beta
- Connection method: Agent Direct
- Replay and SLI Analyzer: Not supported
- Event logs: Supported
- Query checker: Not supported
- Query parameters retrieval: Supported
- Timestamp cache persistence: Supported
- Query parameters:
- Query interval: 1 min
- Query delay: 1 min
- Jitter: 15 sec
- Timeout: 60 sec
- Agent details and minimum required versions for supported features:
- Plugin name: n9thousandeyes
- Query delay environment variable: THOUSANDEYES_QUERY_DELAY
- Query parameters retrieval: 0.73.2
- Timestamp cache persistence: 0.65.0
Nobl9 supports the following ThousandEyes tests:
Layer | Test name | Response property Data type | Nobl9 YAML name | Aggregation | Min agent version |
---|---|---|---|---|---|
DNS | DNSSEC | valid boolean | dns-dnssec-valid | Logical conjunction | 0.67.2 0.68.0-beta01 |
Server metric | resolutionTime number, unit: ms | dns-server-resolution-time | Mean | 0.67.2 0.68.0-beta01 | |
Network | End-to-end | avgLatency number, unit: ms | net-latency | Mean | 0.55.3 |
End-to-end | Loss number, unit: % | net-loss | Mean | 0.55.3 | |
Web | API | apiTransactionTime number, unit: ms | api-transaction-time | Mean | 0.90.0-beta |
HTTP server | responseCode status code | http-server-availability | Max | 0.55.3 | |
HTTP server | responseTime number, unit: ms | http-response-time | Mean | 0.55.3 | |
HTTP server | throughput number, unit: bps | http-server-throughput | Mean | 0.55.3 | |
HTTP server | totalTime number, unit: ms | http-server-total-time | Mean | 0.67.2 0.68.0-beta01 | |
Page load | domLoadTime number, unit: ms | web-dom-load | Mean | 0.55.3 | |
Page load | pageLoadTime number, unit: ms | web-page-load | Mean | 0.55.3 | |
Transactions | transactionTime number, unit: ms | web-transaction-time | Mean | 0.90.0-beta |
- DNS layer
- DNSSEC
- Returns 1 if the keychain for a domain record is valid, 0 otherwise.
- Server metrics
- Measures the time it takes for the ThousandEyes agent to receive a response about your domain from the DNS server.
- Network layer
- End-to-end metrics—latency
- Tracks the interval time from when a network packet is sent to when the test-assigned agent receives the response.
- End-to-end metrics—loss
- Represents the total loss of the network packet.
- Web layer
- API
- Calculates the total duration of an API request transaction, from the initiation to the point where the server responds. This check includes both network transmission time and server processing time for the API request.
- HTTP server—response code
- Checks agent availability by examining HTTP status codes, such as
200
,201
,400
, or501
.Handling multiple ThousandEyes agentsWhen there are multiple ThousandEyes agents, Nobl9 can receive multiple HTTP response status codes in a single request. In this situation, Nobl9 ingests only the highest status code. - HTTP server—response time
- Measures the interval between the start of the request and the web server successfully sending the first byte of the response to the client.
- HTTP server—throughput
- Determines the Wire Size divided by the Receive Time.
- HTTP server—total time
- Calculates the time it takes for the ThousandEyes agent to receive the last byte of your server's response.
- Page load—DOM
- Tracks the time interval required by the browser to build the website’s Document Object Model (DOM).
- Page load—page
- Records the time interval from the load event to the point when the website is fully loaded.
- Web transactions
- Represents the total time taken to complete a web transaction like page loading, interacting with page elements, or form submission. This metric provides insight into the time taken for an end user to complete a full interaction sequence on your web service.
- Metrics are collected during each ThousandEyes test interval.
- Aggregation is applied when a test returns multiple results within a single test round.
Ensure your ThousandEyes SLOs use compatible data source versions and channels to guarantee seamless configuration delivery.
Creating SLOs with ThousandEyes
Nobl9 Web
Follow the instructions below to create your SLOs with ThousandEyes in the UI:
-
Navigate to Service Level Objectives.
-
Click
.
-
In step 1 of the SLO wizard, select the service the SLO will be associated with.
-
In step 2, select ThousandEyes as the data source for your SLO, then specify the Metric. For ThousandEyes you can use only a threshold metric, where a single time series is evaluated against a threshold, The ThousandEyes metric specification has two fields:
testID
andtestType
.-
Test ID is an ID of the test configured in ThousandEyes. It is a mandatory field, and it must be a positive number.
-
Test type is your required ThousandEyes test. You can choose between the supported ThousandEyes tests.
-
-
In step 3, define a Time Window for the SLO.
-
Rolling time windows are better for tracking the recent user experience of a service.
-
Calendar-aligned windows are best suited for SLOs that are intended to map to business metrics measured on a calendar-aligned basis, such as every calendar month or every quarter.
-
In step 4, specify the Error Budget Calculation Method and your Objective(s).
- Occurrences method counts good attempts against the count of total attempts.
- Time Slicesmethod measures how many good minutes were achieved (when a system operates within defined boundaries) during a time window.
- You can define up to 12 objectives for an SLO.
See the use case example and the SLO calculations guide for more information on the error budget calculation methods.
-
In step 5, add the Display name, Name, and other settings for your SLO:
- Create a composite SLO
- Set notification on data, if this option is available for your data source.
When activated, Nobl9 notifies you if your SLO hasn't received data or received incomplete data for more than 15 minutes. - Add alert policies, labels, and links, if required.
You can add up to 20 links per SLO.
-
Click Create SLO.
sloctl
- End-to-end (latency)
- API transaction time
- HTTP server (response code)
- Page load (DOM)
- Web transactions time
- apiVersion: n9/v1alpha
kind: SLO
metadata:
name: api-server-slo
displayName: API Server SLO
project: default
labels:
area:
- latency
- slow-check
env:
- prod
- dev
region:
- us
- eu
team:
- green
- sales
annotations:
area: latency
env: prod
region: us
team: sales
spec:
description: Example ThousandEyes SLO
indicator:
metricSource:
name: thousand-eyes
project: default
kind: Agent
budgetingMethod: Occurrences
objectives:
- displayName: Good response (200)
value: 200.0
name: ok
target: 0.95
rawMetric:
query:
thousandEyes:
testID: 2280492
testType: net-latency
op: lte
primary: true
service: api-server
timeWindows:
- unit: Month
count: 1
isRolling: false
calendar:
startTime: "2022-12-01 00:00:00"
timeZone: UTC
alertPolicies:
- fast-burn-5x-for-last-10m
attachments:
- url: https://docs.nobl9.com
displayName: Nobl9 Documentation
anomalyConfig:
noData:
alertMethods:
- name: slack-notification
project: default
- apiVersion: n9/v1alpha
kind: SLO
metadata:
name: api-server-slo
displayName: API Server SLO
project: default
labels:
area:
- latency
- slow-check
env:
- prod
- dev
region:
- us
- eu
team:
- green
- sales
annotations:
area: latency
env: prod
region: us
team: sales
spec:
description: Example ThousandEyes SLO
indicator:
metricSource:
name: thousand-eyes
project: default
kind: Agent
budgetingMethod: Occurrences
objectives:
- displayName: Good response (200)
value: 200.0
name: ok
target: 0.95
rawMetric:
query:
thousandEyes:
testID: 2280492
testType: api-transaction-time
op: lte
primary: true
service: api-server
timeWindows:
- unit: Month
count: 1
isRolling: false
calendar:
startTime: "2022-12-01 00:00:00"
timeZone: UTC
alertPolicies:
- fast-burn-5x-for-last-10m
attachments:
- url: https://docs.nobl9.com
displayName: Nobl9 Documentation
anomalyConfig:
noData:
alertMethods:
- name: slack-notification
project: default
- apiVersion: n9/v1alpha
kind: SLO
metadata:
name: api-server-slo
displayName: API Server SLO
project: default
labels:
area:
- latency
- slow-check
env:
- prod
- dev
region:
- us
- eu
team:
- green
- sales
annotations:
area: latency
env: prod
region: us
team: sales
spec:
description: Example ThousandEyes SLO
indicator:
metricSource:
name: thousand-eyes
project: default
kind: Agent
budgetingMethod: Occurrences
objectives:
- displayName: Good response (200)
value: 200.0
name: ok
target: 0.95
rawMetric:
query:
thousandEyes:
testID: 2280492
testType: http-server-availability
op: lte
primary: true
service: api-server
timeWindows:
- unit: Month
count: 1
isRolling: false
calendar:
startTime: "2022-12-01 00:00:00"
timeZone: UTC
alertPolicies:
- fast-burn-5x-for-last-10m
attachments:
- url: https://docs.nobl9.com
displayName: Nobl9 Documentation
anomalyConfig:
noData:
alertMethods:
- name: slack-notification
project: default
- apiVersion: n9/v1alpha
kind: SLO
metadata:
name: api-server-slo
displayName: API Server SLO
project: default
labels:
area:
- latency
- slow-check
env:
- prod
- dev
region:
- us
- eu
team:
- green
- sales
annotations:
area: latency
env: prod
region: us
team: sales
spec:
description: Example ThousandEyes SLO
indicator:
metricSource:
name: thousand-eyes
project: default
kind: Agent
budgetingMethod: Occurrences
objectives:
- displayName: Good response (200)
value: 200.0
name: ok
target: 0.95
rawMetric:
query:
thousandEyes:
testID: 2280492
testType: web-dom-load
op: lte
primary: true
service: api-server
timeWindows:
- unit: Month
count: 1
isRolling: false
calendar:
startTime: "2022-12-01 00:00:00"
timeZone: UTC
alertPolicies:
- fast-burn-5x-for-last-10m
attachments:
- url: https://docs.nobl9.com
displayName: Nobl9 Documentation
anomalyConfig:
noData:
alertMethods:
- name: slack-notification
project: default
- apiVersion: n9/v1alpha
kind: SLO
metadata:
name: api-server-slo
displayName: API Server SLO
project: default
labels:
area:
- latency
- slow-check
env:
- prod
- dev
region:
- us
- eu
team:
- green
- sales
annotations:
area: latency
env: prod
region: us
team: sales
spec:
description: Example ThousandEyes SLO
indicator:
metricSource:
name: thousand-eyes
project: default
kind: Agent
budgetingMethod: Occurrences
objectives:
- displayName: Good response (200)
value: 200.0
name: ok
target: 0.95
rawMetric:
query:
thousandEyes:
testID: 2280492
testType: web-transaction-time
op: lte
primary: true
service: api-server
timeWindows:
- unit: Month
count: 1
isRolling: false
calendar:
startTime: "2022-12-01 00:00:00"
timeZone: UTC
alertPolicies:
- fast-burn-5x-for-last-10m
attachments:
- url: https://docs.nobl9.com
displayName: Nobl9 Documentation
anomalyConfig:
noData:
alertMethods:
- name: slack-notification
project: default
Find more SLO examples in the Nobl9 SDK
Important notes:
The ThousandEyes metric specification expects two fields: testID
and testType
.
-
testID
: an ID of your required test configured in ThousandEyes.
Mandatory. Must be a positive number. -
testType
: your required ThousandEyes test.
String, mandatory. One of the supported ThousandEyes tests.
When the testType
field is missing in the ThousandEyes YAML configuration, net-latency
value is taken by default.
To use the web-transaction-time
and api-transaction-time
tests,
update your ThousandEyes agent to version 0.90.0-beta
or later.
Querying the ThousandEyes server
Nobl9 queries the ThousandEyes instance once every minute. If the agent doesn’t collect any data in a given minute, the next query will be extended to the past two minutes.
ThousandEyes API rate limits
The ThousandEyes API throttles API requests using a 240 request-per-minute (per organization) limit with each page having max 1000 elements included.