Global Alerts
On this page
The globalAlerts
resource allows you to retrieve and acknowledge
alerts that have been triggered by a global alert configuration.
Endpoints
The following endpoints are available for globalAlerts
.
Method | Endpoint | Description |
---|---|---|
GET | Retrieve all global alerts. | |
GET | Retrieve one alert by | |
PATCH | Acknowledge one alert until the time and date you specify. |
Measurement Types for Global Alerts
The globalAlerts
resource returns measurement types in the
metricName
field. The field is present only if eventTypeName
is
set to OUTSIDE_METRIC_THRESHOLD
.
Host Measurements
| Rate of asserts for a MongoDB process found in the
|
| Amount of data flushed in the background. |
| Amount of bytes in the WiredTiger
storage engine cache and tickets found in the
|
| Number of connections to a MongoDB process found in the
|
| Number of cursors for a MongoDB
process found in the |
| Numbers of |
| Number of operations waiting on locks for the MongoDB process that the serverStatus command generates. Ops Manager computes these values based on the type of storage engine. |
| Number of index btree operations. |
| Number of journaling operations. |
| Amount of memory for a MongoDB process found in the
|
| Amount of throughput for MongoDB process found in the
|
| Durations and throughput of the MongoDB process' oplog. |
| On-disk storage space as collected from the MongoDB |
| Rate of database operations on a MongoDB process since the
process last started found in the |
| Rate of database operations on MongoDB
secondaries found in the
|
| Average rate of documents returned, inserted, updated, or deleted per second during a selected time period. |
| Average rate for operations per second during a selected time period that perform a sort but cannot perform the sort using an index. |
| Average execution time in milliseconds per read, write, or command operation during a selected time period. Available to hosts running MongoDB 3.4 or later. |
| Number of times the host restarted within the previous hour. |
| Physical memory usage, in bytes. |
| Network throughput in bytes per second. |
| Total amount swap space in use. |
| Average rate per second to scan index items during
queries and query-plan evaluations found in the value of
|
| Average rate of documents scanned per second during queries
and query-plan evaluations found in the value of
|
| Ratio of the number of index items scanned to the number of documents returned. |
| Ratio of the number of documents scanned to the number of documents returned. |