Skip to content

Commit 41cc6e4

Browse files
committed
monitoring, edits
1 parent c28a622 commit 41cc6e4

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,7 @@ meta.yaml
1515
source/includes/hash.rst
1616
source/includes/table/
1717
source/includes/toc
18+
bson-ruby/
19+
mongo-ruby-driver/
1820
fabfile
1921
giza.log

source/index.txt

+6-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
Issues & Help </issues-and-help>
3232
Common Errors </common-errors>
3333

34-
.. TODO:
35-
Monitor Your Application </monitoring>
36-
3734
Introduction
3835
------------
3936

@@ -80,6 +77,12 @@ Optimize Queries by Using Indexes
8077
Learn how to work with common types of indexes in the :ref:`ruby-indexes`
8178
section.
8279

80+
Monitor Your Application
81+
------------------------
82+
83+
Learn how to monitor change events in the :ref:`ruby-monitoring`
84+
section.
85+
8386
Transform Your Data with Aggregation
8487
------------------------------------
8588

source/monitoring.txt

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,9 @@ Monitor Your Application
88
:caption: Monitoring categories
99

1010
Cluster Monitoring </monitoring/cluster-monitoring>
11-
11+
12+
In this section, you can learn how to monitor different change
13+
events by using the {+driver-short+}.
14+
15+
- :ref:`Cluster Monitoring <ruby-cluster-monitoring>`: Monitor changes
16+
in your cluster configuration

0 commit comments

Comments
 (0)