File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1+ # HELP online_notes Number of currently used notes
2+ # TYPE online_notes gauge
13online_notes <% - onlineNotes %>
4+ # HELP online_users Number of online users
5+ # TYPE online_users gauge
26online_users <% - onlineUsers %>
7+ # HELP distinct_online_users Number of distinct online users
8+ # TYPE distinct_online_users gauge
39distinct_online_users <% - distinctOnlineUsers %>
10+ # HELP notes_count Total count of notes
11+ # TYPE notes_count gauge
412notes_count <% - notesCount %>
13+ # HELP registered_users Number of registered users
14+ # TYPE registered_users gauge
515registered_users <% - registeredUsers %>
16+ # HELP online_registered_users Number of online registered users
17+ # TYPE online_registered_users gauge
618online_registered_users <% - onlineRegisteredUsers %>
19+ # HELP distinct_online_registered_users Number of distinct online registered users
20+ # TYPE distinct_online_registered_users gauge
721distinct_online_registered_users <% - distinctOnlineRegisteredUsers %>
822is_connection_busy <% - isConnectionBusy ? 1 : 0 %>
923connection_socket_queue_length <% - connectionSocketQueueLength %>
You can’t perform that action at this time.
0 commit comments