diff --git a/doc/modules/mod_event_pusher_http.md b/doc/modules/mod_event_pusher_http.md index d3dbf522740..e3ec60e726a 100644 --- a/doc/modules/mod_event_pusher_http.md +++ b/doc/modules/mod_event_pusher_http.md @@ -119,7 +119,7 @@ Since Exometer doesn't support labels, the host types, or word `global`, are par | ---- | ---- | -------------------------------------- | | `mod_event_pusher_http_sent_count` | counter | An HTTP notification is sent successfully. | | `mod_event_pusher_http_sent_failure_count` | counter | An HTTP notification failed. | - | `mod_event_pusher_http_sent_response_time` | histogram | Does not include timings of failed requests. | + | `mod_event_pusher_http_sent_response_time` | histogram | Time taken to send HTTP notification. Does not include timings of failed requests. | === "Exometer" diff --git a/doc/operation-and-maintenance/MongooseIM-metrics.md b/doc/operation-and-maintenance/MongooseIM-metrics.md index 91e7ba42309..cab5278c9b6 100644 --- a/doc/operation-and-maintenance/MongooseIM-metrics.md +++ b/doc/operation-and-maintenance/MongooseIM-metrics.md @@ -181,7 +181,7 @@ Since Exometer doesn't support labels, the host types are part of the metric nam | `c2s_element_out_iq_error_count` | counter | An IQ error is sent to a client. | | `c2s_element_out_message_error_count` | counter | A message error is sent to a client. | | `c2s_element_out_presence_error_count` | counter | A presence error is sent to a client. | - | `c2s_message_processed_time` | histogram | Processing time for incomming c2s stanzas. | + | `c2s_message_processed_time` | histogram | Processing time for incoming c2s stanzas. | | `sm_message_bounced_count` | counter | A `service-unavailable` error is sent, because the message recipient is offline. | | `router_stanza_dropped_count` | counter | A stanza is dropped due to an AMP rule or a `filter_local_packet` processing flow. | | `router_no_route_found_count` | counter | It is not possible to route a stanza (all routing handlers failed). | @@ -439,7 +439,7 @@ Since Exometer doesn't support labels, the host types and backend actions are pa | Metric name | Type | Description | | ----------- | ---- | ----------- | | `BackendModule_count` | counter | Number of calls (spiral metric), incremented for *every* call (even a failed one). | - | `BackendModule_time` | histogram | Successful operation times. | + | `BackendModule_time` | histogram | Times of successful operations. | === "Exometer" @@ -457,7 +457,7 @@ Since Exometer doesn't support labels, the host types are part of the metric nam | Metric name | Type | Description | | ----------- | ---- | ----------- | - | `auth_register_user_count` | counter | A user registered sucessfully. | + | `auth_register_user_count` | counter | A user registered successfully. | | `auth_unregister_user_count` | counter | A user unregistered sucessfully. | | `auth_authorize_count` | counter | A user tried to authorize. | | `auth_authorize_time` | histogram | Time it took to authorize a user. |