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 ALERT-ID . | |
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
asserts document that the
serverStatus
command generates. |
| Amount of data flushed in the background. |
| Amount of bytes in the WiredTiger
storage engine cache and tickets found in the
wiredTiger.cache and
wiredTiger.concurrentTransactions documents
that the
serverStatus
command generates. |
| Number of connections to a MongoDB process found in the
connections document that the
serverStatus
command generates. |
| Number of cursors for a MongoDB
process found in the metrics.cursor document
that the
serverStatus
command generates. |
| Numbers of Memory Issues and Page Faults for a MongoDB
process. |
| 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
mem document that the
serverStatus command collects. |
| Amount of throughput for MongoDB process found in the
network document that the
serverStatus command collects. |
| Durations and throughput of the MongoDB process'
oplog. |
| On-disk storage space as collected from the MongoDB dbStats
command. |
| Rate of database operations on a MongoDB process since the
process last started found in the opcounters document that the
serverStatus command collects. |
| Rate of database operations on MongoDB
secondaries found in the
opcountersRepl document that the
serverStatus
command collects. |
| 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
totalKeysExamined from the
explain command. |
| Average rate of documents scanned per second during queries
and query-plan evaluations found in the value of
totalDocsExamined from the
explain command. |
| 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. |