From 1f153ff0b3dcff0ecbf2025a14f19471993ea559 Mon Sep 17 00:00:00 2001 From: Andrea Di Cesare Date: Wed, 20 Sep 2023 17:40:49 +0200 Subject: [PATCH] :memo: Add deprecation notice to /docs/mongodb-rest/monitoring --- _includes/docs-sidebar.html | 1 + docs/mongodb-rest/monitoring.md | 12 +++++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) 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