Skip to content

Commit

Permalink
Review: Fix typos and phrasing
Browse files Browse the repository at this point in the history
Co-authored-by: jacekwegr <[email protected]>
  • Loading branch information
gustawlippa and jacekwegr authored Aug 13, 2024
1 parent 30190ee commit 9636520
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/modules/mod_event_pusher_http.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
6 changes: 3 additions & 3 deletions doc/operation-and-maintenance/MongooseIM-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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). |
Expand Down Expand Up @@ -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"

Expand All @@ -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. |
Expand Down

0 comments on commit 9636520

Please sign in to comment.