Skip to content

Commit a9913f4

Browse files
committed
(DOCSP-21888): Created Prometheus tutorial. (#909)
* (DOCSP-21888): Created Prometheus tutorial. * (DOCSP-21888): Incorporated Rodrigo's feedback. * (DOCSP-21888): Incorporated Mircea's feedback. * (DOCSP-21888): Incorporated JW's feedback.
1 parent 38244d6 commit a9913f4

File tree

3 files changed

+417
-1
lines changed

3 files changed

+417
-1
lines changed

source/deploy.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Deploy a MongoDB Database Resource
2323
:ref:`deploy-sharded-cluster`
2424
Use |k8s-op-short| to deploy a sharded cluster.
2525

26+
:ref:`deploy-prometheus`
27+
Use |k8s-op-short| to deploy a MongoDB resource to use with
28+
Prometheus monitoring enabled.
29+
2630
.. class:: hidden
2731

2832
.. toctree::
@@ -31,3 +35,4 @@ Deploy a MongoDB Database Resource
3135
/tutorial/deploy-standalone
3236
/tutorial/deploy-replica-set
3337
/tutorial/deploy-sharded-cluster
38+
/tutorial/deploy-prometheus

source/reference/k8s-operator-specification.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,10 @@ Prometheus Settings
206206
-------------------
207207

208208
You can use Prometheus with your standalone resource, replica sets, or
209-
sharded clusters. The following settings apply when you use Prometheus
209+
sharded clusters. To learn more, see :ref:`deploy-prometheus`. To view
210+
an example, see :ref:`mdb-resource-prometheus`.
211+
212+
The following settings apply when you use Prometheus
210213
with your MongoDB resource:
211214

212215
.. setting:: spec.prometheus

0 commit comments

Comments
 (0)