Skip to content

Commit

Permalink
update menu observability
Browse files Browse the repository at this point in the history
  • Loading branch information
anopsy committed Feb 5, 2025
1 parent e32512c commit 45fd208
Show file tree
Hide file tree
Showing 13 changed files with 179 additions and 3 deletions.
99 changes: 98 additions & 1 deletion _data/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,107 @@
- title: Home
page: index.html

- title: Soda overview - 9
- title: Soda overview
page: overview/data-testing.md
subcategories:
- subtitle: Data testing
page: overview/data-testing.md
- subtitle: Observability
page: overview/observability.md

- title: Observability - 120
page: observability/observability.md
subcategories:
- subtitle: Introduction -130
page: observability/introduction.md
subcategories:
- subtitle: What is observability - 131
page: observability/what-is-observability.md
- subtitle: What is metrics monitoring-132
page: metrics-monitoring.md
- subtitle: What is row level monitoring (anomalo approach)-133
page: row-level-monitoring.md
- subtitle: What is Soda Agent-134
page: soda-agent.md
- subtitle: Set up Agent -140
page: set-up-agent.md
- subtitle: Set up metrics monitoring -150
page: set-up-metrics-monitoring.md
- subtitle: Set up observability-160
page: set-up-metrics-monitoring.md
- subtitle: Configure notifications-170
page: configure-notifications.md

# - title: Data testing -30
# page:
# subcategories:
# - subtitle: Introduction -40
# page:
# subcategories:
# - subtitle: What is a data contract-41
# page:
# - subtitle: Data contract operating model-42
# page:
# - subtitle: Verify a first contract-43
# page:
# - subtitle: Verify a contract in your pipeline-50
# page:
# subcategories:
# - subtitle: With the library-51
# page:
# - subtitle: With the agent-52
# page:
# - subtitle: Send results to Soda Cloud-60
# page:
# - subtitle: Verify a contract on a time schedule-70
# page:
# - subtitle: Write data contracts-80
# page:
# subcategories:
# - subtitle: Create a data contract-81
# page:
# - subtitle: Check missing values-82
# page:
# - subtitle: Check validity-83
# page:
# - subtitle: Configure notifications-90
# page:
# - subtitle: Failed rows-100
# page:

# - title: Soda Cloud administration - 200
# page:
# subcategories:
# - subtitle: Managing authorization-210
# page:
# subcategories:
# - subtitle: SSO - 211
# page:
# - subtitle: User groups - 212
# page:
# - subtitle: Permissions -213
# pge:
# - subtitle: Integrate with Soda-220
# page:
# subcategories:
# - subtitle:
# - subtitle: Atlan - 221
# page: soda/integrate-atlan.md
# - subtitle: Collibra -222
# page:

# - title: Data source connection reference
# page:

# - title: Soda contract reference
# page:

# - title: Soda Python library API reference
# page: soda-library/python_api.md

# - title: Soda CLI reference
# page:

# - title: Soda Cloud REST API reference
# page: api-docs/public-cloud-api-v1.md

8 changes: 8 additions & 0 deletions observability/configure-notifications.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: default
title: Configure notifications
description: How to configure notifications?
parent: Observability
---

# Configure notifications
8 changes: 8 additions & 0 deletions observability/introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: default
title: Introduction
description: Introduction
parent: Observability
---

# Introduction
8 changes: 8 additions & 0 deletions observability/metrics-monitoring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: default
title: What is metrics monitoring?
description: Data metrics monitoring
parent: Introduction
---

# What is metrics monitoring?
7 changes: 7 additions & 0 deletions observability/observability.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: default
title: Observability
description: What is observability?
---

# What is observability?
8 changes: 8 additions & 0 deletions observability/row-level-monitoring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: default
title: What is row level monitoring?
description: Row metrics monitoring (anomalo approach)
parent: Introduction
---

# What is row level monitoring?
8 changes: 8 additions & 0 deletions observability/set-up-agent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: default
title: Set up Agent
description: How to set up Soda Agent?
parent: Observability
---

# Set up Agent
8 changes: 8 additions & 0 deletions observability/set-up-metrics-monitoring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: default
title: Set up metrics monitoring
description: How to set up metrics monitoring?
parent: Observability
---

# Set up metrics monitoring
8 changes: 8 additions & 0 deletions observability/set-up-observability.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: default
title: Set up observability
description: How to set up observability?
parent: Observability
---

# Set up observability
8 changes: 8 additions & 0 deletions observability/soda-agent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: default
title: What is Soda Agent?
description: Soda Agent
parent: Introduction
---

# What is Soda Agent?
8 changes: 8 additions & 0 deletions observability/what-is-observability.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: default
title: What is observability?
description: What is data observability?
parent: Introduction
---

# What is data observability?
2 changes: 1 addition & 1 deletion overview/data-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
title: Data testing
description: What is data testing?
parent: overview
parent: Soda overview
---

# What is data testing?
2 changes: 1 addition & 1 deletion overview/observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
title: Observability
description: What is observability?
parent: overview
parent: Soda overview
---

# What is observability?

0 comments on commit 45fd208

Please sign in to comment.