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

Merged
merged 12 commits into from
Jan 6, 2025
12 changes: 10 additions & 2 deletions site/content/learn/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ layout: learn-home
---

Monitoring and Observability are key concepts when dealing with application quality and performance. Learn the fundamentals of modern monitoring and observability to help yourself and your team build better applications.
## Getting Started
## Topics

<div class="cards-list">
{{< doc-card
Expand All @@ -35,7 +35,15 @@ Monitoring and Observability are key concepts when dealing with application qual
title="Kubernetes"
img="/learn/icons/kubernetes-logo.svg"
description="Learn basics, tools and tips for monitoring your Kubernetes clusters."
link="/learn/kubernetes"
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.

42 changes: 42 additions & 0 deletions site/content/learn/monitoring/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
title: monitoring index
displayTitle: Monitoring
description: Learn Monitoring
date: 2024-10-17
author: Nocnica Mellifera
githubUser: serverless-mom
displayDescription:
---
Monitoring your production services is a key part of a good user experience. Traditional stopgaps like 'pingers' or simply waiting for user reported issues are insufficient. These guides are an introduction to the basic concepts of monitoring.

## Getting Started

<div class="cards-list">
{{< doc-card
class="two-column-card"
headerTag="h3"
title="Web Application Monitoring"
img="/learn/icons/monitoring.svg"
description="Learn all about web application monitoring, performance and reliability and discover top tools."
link="/learn/monitoring/web-application-monitoring/"
>}}
{{< doc-card
class="two-column-card"
headerTag="h3"
title="Frontend Monitoring"
img="/learn/icons/monitoring.svg"
description="Discover the benefits and top tools for frontend monitoring. Track performance and optimize user experience."
link="/learn/monitoring/frontend-monitoring/"
>}}
</div>

## On the Checkly Blog

<div class="cards-list">
{{< doc-card class="three-column-card" title="How to Fight Alert Fatigue with Synthetic Monitoring" description="Learn seven best practices to fight alert fatigue." link="https://www.checklyhq.com/blog/alert-fatigue/" >}}

{{< doc-card class="three-column-card" title="Observability as Code Explained" description="Traditional monitoring has become insufficient for managing complex systems. " link="https://www.checklyhq.com/blog/observability-as-code/" >}}

{{< doc-card class="three-column-card" title="Software Deployment Best Practices for Modern Engineering Teams" description="Five best practices to help you deploy your software more securely and reliably." link="https://www.checklyhq.com/blog/software-deployment-best-practices/" >}}

</div>
Loading
Loading