Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new Learn section for general monitoring guides #1153

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft
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
8 changes: 8 additions & 0 deletions site/content/learn/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ Monitoring and Observability are key concepts when dealing with application qual
description="Learn basics, tools and tips for monitoring your Kubernetes clusters."
link="/learn/kubernetes"
>}}
{{< doc-card
class="three-column-card"
headerTag="h3"
title="Monitoring"
img="/learn/icons/monitoring.svg"
description="Learn the fundamentals of monitoring production services."
link="/learn/monitoring"
>}}
</div>


Expand Down
88 changes: 0 additions & 88 deletions site/content/learn/kubernetes/monitoring-metrics.md

This file was deleted.

10 changes: 10 additions & 0 deletions site/content/learn/monitoring/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: monitoring index
displayTitle: Monitoring
description: Learn Monitoring
date: 2024-10-17
author: Nocnica Mellifera
githubUser: serverless-mom
displayDescription:
---
This is a temporary placeholder for the Monitoring section of Guides
Loading
Loading