Skip to content

Commit 20b1d47

Browse files
authored
DOCSP-29036: Performance monitoring files (#4)
* DOCSP-29036: Performance monitoring files * most apm * rest of apm methods
1 parent 9acdaf2 commit 20b1d47

File tree

277 files changed

+2612
-2423
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

277 files changed

+2612
-2423
lines changed

source/docs-libmongoc/api/errors.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Error Labels
118118

119119
In some cases your application must make decisions based on what category of error the driver has returned, but these categories do not correspond perfectly to an error domain or code. In such cases, error *labels* provide a reliable way to determine how your application should respond to an error.
120120

121-
Any C Driver function that has a :ref:`bson:bson_t` out-parameter named ``reply`` may include error labels to the reply, in the form of a BSON field named "errorLabels" containing an array of strings:
121+
Any C Driver function that has a :ref:`bson_t` out-parameter named ``reply`` may include error labels to the reply, in the form of a BSON field named "errorLabels" containing an array of strings:
122122

123123
.. code-block:: none
124124

source/docs-libmongoc/api/mongoc_bulk_operation_t/mongoc_bulk_operation_delete.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Parameters
2626
----------
2727

2828
* ``bulk``: A :ref:`mongoc_bulk_operation_t`.
29-
* ``selector``: A :ref:`bson:bson_t`.
29+
* ``selector``: A :ref:`bson_t`.
3030

3131
Errors
3232
------

source/docs-libmongoc/api/mongoc_bulk_operation_t/mongoc_bulk_operation_delete_one.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Parameters
2626
----------
2727

2828
* ``bulk``: A :ref:`mongoc_bulk_operation_t`.
29-
* ``selector``: A :ref:`bson:bson_t`.
29+
* ``selector``: A :ref:`bson_t`.
3030

3131
Errors
3232
------

source/docs-libmongoc/api/mongoc_bulk_operation_t/mongoc_bulk_operation_insert.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Parameters
2020
----------
2121

2222
* ``bulk``: A :ref:`mongoc_bulk_operation_t`.
23-
* ``document``: A :ref:`bson:bson_t`.
23+
* ``document``: A :ref:`bson_t`.
2424

2525
Errors
2626
------

source/docs-libmongoc/api/mongoc_bulk_operation_t/mongoc_bulk_operation_insert_with_opts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Parameters
2020
----------
2121

2222
* ``bulk``: A :ref:`mongoc_bulk_operation_t`.
23-
* ``document``: A :ref:`bson:bson_t`.
23+
* ``document``: A :ref:`bson_t`.
2424
* ``error``: An optional location for a :symbol:`bson_error_t <errors>` or ``NULL``.
2525

2626
.. include:: includes/bulk-insert-opts.txt

source/docs-libmongoc/api/mongoc_bulk_operation_t/mongoc_bulk_operation_remove.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Parameters
2020
----------
2121

2222
* ``bulk``: A :ref:`mongoc_bulk_operation_t`.
23-
* ``selector``: A :ref:`bson:bson_t`.
23+
* ``selector``: A :ref:`bson_t`.
2424

2525
Errors
2626
------

source/docs-libmongoc/api/mongoc_bulk_operation_t/mongoc_bulk_operation_remove_many_with_opts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Parameters
2020
----------
2121

2222
* ``bulk``: A :ref:`mongoc_bulk_operation_t`.
23-
* ``selector``: A :ref:`bson:bson_t` that selects which document to remove.
23+
* ``selector``: A :ref:`bson_t` that selects which document to remove.
2424
* ``error``: An optional location for a :symbol:`bson_error_t <errors>` or ``NULL``.
2525

2626
.. include:: includes/bulk-remove-many-opts.txt

source/docs-libmongoc/api/mongoc_bulk_operation_t/mongoc_bulk_operation_remove_one.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Parameters
2020
----------
2121

2222
* ``bulk``: A :ref:`mongoc_bulk_operation_t`.
23-
* ``selector``: A :ref:`bson:bson_t` that selects which document to remove.
23+
* ``selector``: A :ref:`bson_t` that selects which document to remove.
2424

2525
Errors
2626
------

source/docs-libmongoc/api/mongoc_bulk_operation_t/mongoc_bulk_operation_remove_one_with_opts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Parameters
2020
----------
2121

2222
* ``bulk``: A :ref:`mongoc_bulk_operation_t`.
23-
* ``selector``: A :ref:`bson:bson_t` that selects which document to remove.
23+
* ``selector``: A :ref:`bson_t` that selects which document to remove.
2424
* ``error``: An optional location for a :symbol:`bson_error_t <errors>` or ``NULL``.
2525

2626
.. include:: includes/bulk-remove-one-opts.txt

source/docs-libmongoc/api/mongoc_bulk_operation_t/mongoc_bulk_operation_replace_one.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Parameters
2222
----------
2323

2424
* ``bulk``: A :ref:`mongoc_bulk_operation_t`.
25-
* ``selector``: A :ref:`bson:bson_t` that selects which document to remove.
26-
* ``document``: A :ref:`bson:bson_t` containing the replacement document.
25+
* ``selector``: A :ref:`bson_t` that selects which document to remove.
26+
* ``document``: A :ref:`bson_t` containing the replacement document.
2727
* ``upsert``: ``true`` if this should be an ``upsert``.
2828

2929
.. warning::

0 commit comments

Comments
 (0)