diff --git a/_includes/docs-sidebar.html b/_includes/docs-sidebar.html
index e29bc9eb..efd53f04 100644
--- a/_includes/docs-sidebar.html
+++ b/_includes/docs-sidebar.html
@@ -84,6 +84,7 @@
REST API
Transactions
ETag
Shard Keys
+ Monitoring
GraphQL API
diff --git a/docs/mongodb-rest/monitoring.md b/docs/mongodb-rest/monitoring.md
index a83a2798..905f1ca6 100644
--- a/docs/mongodb-rest/monitoring.md
+++ b/docs/mongodb-rest/monitoring.md
@@ -20,9 +20,15 @@ menu: mongodb
{% include docs-head.html %}
-## Removed starting v7.5
-
-The MongoService monitoring feature has been replaced with generic the [Monitoring](/docs/monitoring) feature starting form RESTHeart v7.5
+
+
DEPRECATED
+
+ Beginning with version 7.5, this has been marked as deprecated and substituted with the all-encompassing Monitoring feature.
+
+
+ CAUTION: It is scheduled for removal in RESTHeart v8.0.
+
+
## Introduction