Skip to content

Commit

Permalink
📝 Add deprecation notice to /docs/mongodb-rest/monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
ujibang committed Sep 20, 2023
1 parent d2b292c commit 1f153ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions _includes/docs-sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ <h3 id="rest-api" class="mt-2">REST API</h2>
<li><a href="/docs/mongodb-rest/transactions">Transactions</a></li>
<li><a href="/docs/mongodb-rest/etag">ETag</a></li>
<li><a href="/docs/mongodb-rest/shard-keys">Shard Keys</a></li>
<li><a href="/docs/mongodb-rest/monitoring">Monitoring</a></li>


<h3 id="rest-api" class="mt-2">GraphQL API</h3>
Expand Down
12 changes: 9 additions & 3 deletions docs/mongodb-rest/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<div class="bs-callout bs-callout-danger mt-3">
<h3><strong>DEPRECATED</strong></h3>
<p>
Beginning with version 7.5, this has been marked as <strong>deprecated</strong> and substituted with the all-encompassing <a href="/docs/monitoring">Monitoring</a> feature.
</p>
<p>
<strong>CAUTION</strong>: It is scheduled for removal in RESTHeart v8.0.
</p>
</div>

## Introduction

Expand Down

0 comments on commit 1f153ff

Please sign in to comment.