Skip to content

Commit

Permalink
Remove unused metric
Browse files Browse the repository at this point in the history
  • Loading branch information
gustawlippa committed Apr 26, 2021
1 parent fa779bf commit 7a43626
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion doc/operation-and-maintenance/MongooseIM-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ As a result it makes more sense to maintain a list of the most relevant or usefu

| Name | Type | Description (when it gets incremented) |
| ---- | ---- | -------------------------------------- |
| `[Host, sessionAuthAnonymous]` | spiral | A client authenticates anonymously. |
| `[Host, sessionAuthFails]` | spiral | A client failed to authenticate. |
| `[Host, sessionCount]` | counter | Number of active sessions. |
| `[Host, sessionLogouts]` | spiral | A client session is closed. |
Expand Down
1 change: 0 additions & 1 deletion src/metrics/mongoose_metrics_definitions.hrl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
-define(GENERAL_SPIRALS, [
sessionSuccessfulLogins,
sessionAuthAnonymous,
sessionAuthFails,
sessionLogouts,
xmppMessageSent,
Expand Down

0 comments on commit 7a43626

Please sign in to comment.