From 01c4275315f69992746ab603955472af1fbb53f7 Mon Sep 17 00:00:00 2001
From: HS <24558802+h-s04@users.noreply.github.com>
Date: Tue, 9 Aug 2022 23:11:52 +0800
Subject: [PATCH] Add prometheus resources
---
.../100-infrastructure-monitoring/100-prometheus.md | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/content/roadmaps/102-devops/content/107-monitoring/100-infrastructure-monitoring/100-prometheus.md b/content/roadmaps/102-devops/content/107-monitoring/100-infrastructure-monitoring/100-prometheus.md
index 4f8259c24..5cb866aba 100644
--- a/content/roadmaps/102-devops/content/107-monitoring/100-infrastructure-monitoring/100-prometheus.md
+++ b/content/roadmaps/102-devops/content/107-monitoring/100-infrastructure-monitoring/100-prometheus.md
@@ -1 +1,7 @@
-# Prometheus
\ No newline at end of file
+# Prometheus
+
+Prometheus is a free software application used for event monitoring and alerting. It records real-time metrics in a time series database built using a HTTP pull model, with flexible queries and real-time alerting.
+
+Pulumi Website
+Official Documentation
+Getting Started with Prometheus