Skip to content

Commit

Permalink
Add Monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
erinkcochran87 committed Aug 12, 2024
1 parent 6bf6e7b commit be7e76d
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/docs-next/docs/guides/monitoring/custom-logging.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Setting up custom logging"
sidebar_position: 1
---

# Setting up custom logging
6 changes: 6 additions & 0 deletions docs/docs-next/docs/guides/monitoring/custom-metrics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Using custom metrics in logs"
sidebar_position: 3
---

# Using custom metrics in logs
6 changes: 6 additions & 0 deletions docs/docs-next/docs/guides/monitoring/failed-run-alerts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Alerting on failed runs"
sidebar_position: 1
---

# Alerting on failed runs
11 changes: 10 additions & 1 deletion docs/docs-next/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,16 @@ const sidebars: SidebarsConfig = {
{
type: "category",
label: "Monitoring",
items: ["guides/monitoring"]
link: {
type: "doc",
id: "guides/monitoring"
},
items: [
{
type: 'autogenerated',
dirName: "guides/monitoring"
}
]
},
{
type: "category",
Expand Down

0 comments on commit be7e76d

Please sign in to comment.