Skip to content
Open
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
31 changes: 31 additions & 0 deletions config/_default/menus/main.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8647,6 +8647,37 @@ menu:
parent: continuous_testing
identifier: continuous_testing_troubleshooting
weight: 7
- name: Journey Monitoring
url: journey_monitoring/
pre: custom-action-wui
identifier: journey_monitoring
parent: digital_experience_heading
weight: 30000
- name: Map
url: journey_monitoring/map/
parent: journey_monitoring
identifier: journey_monitoring_map
weight: 1
- name: Suggested Journeys
url: journey_monitoring/map/suggested_journeys/
parent: journey_monitoring_map
identifier: journey_monitoring_map_suggested_journeys
weight: 101
- name: Details Report
url: journey_monitoring/details_report/
parent: journey_monitoring
identifier: journey_monitoring_details_report
weight: 2
- name: Variants
url: journey_monitoring/details_report/variants/
parent: journey_monitoring_details_report
identifier: journey_monitoring_details_report_variants
weight: 201
- name: Uptime
url: journey_monitoring/uptime/
parent: journey_monitoring
identifier: journey_monitoring_uptime
weight: 3
- name: Real User Monitoring
url: real_user_monitoring/
pre: rum
Expand Down
1 change: 0 additions & 1 deletion content/en/journey_monitoring/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Journey Monitoring
private: true
description: "Monitor and analyze critical user flows to troubleshoot user experience and technical issues."
---

Expand Down
1 change: 0 additions & 1 deletion content/en/journey_monitoring/details_report/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Journey Details Report
private: true
description: Inspect each journey's performance with a detailed report combining Product Analytics, Real User Monitoring, Synthetic Monitoring & Testing, and Session Replay data.
further_reading:
- link: "/journey_monitoring/"
Expand Down
5 changes: 4 additions & 1 deletion content/en/journey_monitoring/details_report/variants.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Journey Variants
private: true
description: Journey variants are versions of a journey that contain a unique sequence of intermediate steps between the journey's start and end.
further_reading:
- link: "/journey_monitoring/"
Expand All @@ -17,6 +16,10 @@ further_reading:
text: 'Learn about journey uptime'
---

{{< callout url="https://www.datadoghq.com/product-preview/operations-monitoring/" btn_hidden="true" header="false">}}
Journey Monitoring is in Preview.
{{< /callout >}}

## Overview

Each journey can contain one or more **variants**. A variant is a version of a journey containing a unique sequence of intermediate steps between the journey's start and end.
Expand Down
1 change: 0 additions & 1 deletion content/en/journey_monitoring/map/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Map
private: true
description: Visualize and monitor the performance of your journeys in the Journey Monitoring map.
further_reading:
- link: "/journey_monitoring"
Expand Down
1 change: 0 additions & 1 deletion content/en/journey_monitoring/map/suggested_journeys.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Suggested Journeys
private: true
description: Create journeys based on Datadog's automatically generated suggestions.
further_reading:
- link: '/journey_monitoring/'
Expand Down
1 change: 0 additions & 1 deletion content/en/journey_monitoring/uptime/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Journey Uptime
private: true
description: "Measure the availability of your journey using the accompanying Synthetic test suite."
further_reading:
- link: '/journey_monitoring/'
Expand Down
Loading